compile_relaxed_json
    The following is a list of properties for the function compile_relaxed_json:
| Property | Value | 
|---|---|
brief | Compile relaxed JSON | 
category | compiler | 
description | Compile an adaptive relaxed JSON syntax string and return an adaptive value. | 
functionId | compile_relaxed_json | 
functionLabel | compile_relaxed_json | 
pure | true | 
parameters | [ { "dataType": "string", "description": "Adaptive relaxed JSON syntax string to compile.", "name": "json" }, { "description": "If specified, a compiler listing is produced instead of an unevaluated relaxed 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 relaxed JSON value ready for use by function evaluate() or a string containing the compiler listing." } |