jsondecode
decodes a JSON string to Nelson object.
Syntax
res = jsondecode(json_str)
Input argument
json_str - a json string.
Output argument
res - a nelson variable converted from JSON.
Description
jsondecode converts JSON object field names to Nelson structure field names
Bibliography
http://www.rfc-editor.org/rfc/rfc7159.txt
Examples
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated