Reference

JSON

Encode

Input A map or a list. Other types will throw an error.
Output A JSON string encoding of the value.

Signature

Example

Decode

Input A JSON string.
Output A value parsed from the JSON string (map, list, number, string, or boolean).

Signature

Example