...
Argument | Type | Description |
---|---|---|
JSON String | String | JSON string to be converted to recordset. |
JSON Path | String | The JSON Path expression is evaluated against the data provided by the JSON String. It determines which elements are extracted from the JSON. Defaults to “$” which matches the entire document. This must be passed in as a string i.e. encapsulated in quotes. |
Lenient | boolean | Lenient is a flag which determines whether to pass parse the JSON String leniently. Defaults to |
...