Package rsp.util.json
Provides JSON related utils.
-
Interface Summary Interface Description JsonDataType A representation of the JSON data types. -
Class Summary Class Description JsonDataType.Array A JSON array, an ordered list of values.JsonDataType.Boolean A boolean JSON data type.JsonDataType.Null The JSON null type.JsonDataType.Number A numeric JSON data type.JsonDataType.Object A JSON object, a collection of name/value pairs.JsonDataType.String A string JSON data type.JsonSimple json-simple related.JsonUtils