Module json

Source
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.