compile_json
The following is a list of properties for the function compile_json
:
Property | Value |
---|---|
brief | Compile JSON |
category | compiler |
description | Compile a string containing adaptive JSON syntax and return either an unevaluated JSON adaptive value or a string containing the compiler listing. |
functionId | compile_json |
functionLabel | compile_json |
pure | true |
parameters | [ { "dataType": "string", "description": "JSON string to compile.", "name": "json" }, { "description": "If specified, a compiler listing is produced instead of an unevaluated JSON value.\n\nThis parameter can be an integer between 0 and 10 of a string that is used for indentation. If 0 is specified, no whitespace is added to the resulting string. If 1 through 10 is specified, that number of spaces is used.", "name": "listing", "optional": true } ] |
returns | { "description": "An unevaluated JSON value ready for use by function evaluate() or a string containing the compiler listing." } |