JavaScript Object Notation
JavaScript Object Notation
Description
Functions to transmit data objects consisting of attribute–value pairs and array data types (or any other serializable value).
- jsondecode - decodes a JSON string to Nelson object.
- jsonencode - encodes a Nelson object into a JSON string.
- jsonprettyprint - format an JSON string.