Files
rippled/src/ripple/json
Howard Hinnant 1a245234f1 Cleanup some Json::Value methods:
* Rename isArray to isArrayOrNull
* Rename isObject to isObjectOrNull
* Introduce isArray and isObject
* Change as many uses of isArrayorNull to isArray as possible
* Change as many uses of isObjectorNull to isObject as possible
* Reject null JSON arrays for subscribe and unsubscribe
2018-03-01 15:59:40 -08:00
..
2018-03-01 15:59:40 -08:00
2015-05-22 11:09:50 -07:00
2018-03-01 15:59:40 -08:00
2017-12-01 14:15:05 -05:00
2015-10-20 11:35:24 -04:00
2015-06-02 16:52:23 -07:00

JSON

Third party library to do JSON operations.