IsObject JSON function
Returns true if json is json-object object, else false.
Namespace
json
Input
json-element
Output
boolean(true|false)
Example
if json has the input json specified, then the result of the operation returns true.
set-column parsedjson json:Parse(json)
set-column object json:IsObject(parsedjson)