json
array
Retrieves a json array nested under a specified member name. Leave blank for unnamed arrays.
equals
Returns true if both json objects are equal.
exists
Returns true if the object is not null.
get
Retrieves the value from a specified json key. Providing a default value is optional.
map
Converts json to a map.
object
Retrieves a nested json object by name. Leave blank for unnamed objects.
parse
Parses a json string into a json object.
string
Converts json to a string.
Last updated