Files
rippled/src/ripple/json
John Freeman c354809e1c Implement missing string conversions for JSON
`Json::Value::isConvertibleTo` indicates that unsigned integers and
reals are convertible to string, but trying to do so (with
`Json::Value::asString`) throws an exception because its internal switch
is missing these cases. This change fills them in (and adds tests).

Acknowledgements:
Ripple thanks Guido Vranken for responsibly disclosing this issue.

Closes #2778
2018-11-25 17:37:14 -08:00
..
2018-06-04 12:09:48 -04:00
2015-05-22 11:09:50 -07:00
2015-10-20 11:35:24 -04:00
2018-05-15 16:58:30 -04:00
2015-06-02 16:52:23 -07:00

JSON

Third party library to do JSON operations.