USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Parse a JSON string into the AMSX JSON object for subsequent JsonValue or JsonSelect operations
Parses the supplied JSON string and stores it as the active AMSX JSON token. Use $result$ as cmd to parse whatever is currently in the result buffer. Call PreserveQuotes before this command if the JSON string is passed as a script parameter, to prevent the parser from mangling quote characters.
| Parameter | Description |
|---|---|
| cmd | JSON string to parse, or $result$ to parse the current result buffer |
LoadJson "JSON string to parse, or $result$ to parse the current result buffer"