Reference
JSON
Encode
| Input | A map or a list. |
| 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