JsonGet - script and chart function
JsonGet() returns the path of a JSON (JavaScript Object Notation) data string. The data must be valid JSON but can contain extra spaces or newlines.
Syntax:
value JsonGet(json, path)
Return data type: dual
| Argument | Description | 
|---|---|
| json | String containing JSON data. | 
| path | 
                                 The path must be specified according to RFC 6901. This will allow lookup of properties inside JSON data without using complex substring or index functions.  | 
                        
See also: