ParseJSON (Filter)
The ParseJSON function can be used to fetch a sub-set of data from a specified path within an initialised JSON object.
Syntax
ParseJSON( InstructionType, Key, Path );
Parameters
Parameter Name | Type | Description | Optional? | Default Value |
---|---|---|---|---|
InstructionType | Integer OR String | Must be set to either the integer 7 or the string "Filter". | No | n/a |
Key | String | The key of the intended JSON object. | No | n/a |
Path | String | The the path of the intended data. | No | n/a |
Output
If successful, the function will return the results of the filter in standard JSON syntax. If no matching results are found, the function will return an empty set of braces.