Adaptive Framework 0.9.0

compile_json

The following is a list of properties for the function compile_json:

PropertyValue
briefCompile JSON
categorycompiler
descriptionCompile a string containing adaptive JSON syntax and return either an unevaluated JSON adaptive value or a string containing the compiler listing.
functionIdcompile_json
functionLabelcompile_json
puretrue
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." }