Expand description
JSON utilities.
Functionsยง
- get_
keys - Get the keys of a JSON object. Returns an Error if the value is not an object.
- get_
length - Get the length of a JSON array or a JSON object. Returns an Error if the value is not an array.
- get_
values - Get the values of a JSON object. Returns an Error if the value is not an object.