JSON.TYPE
Report the type of JSON value at
Required arguments
is key to parse.
path
Return
JSON.TYPE returns an array of string replies for each path, specified as the value’s type. For more information about replies, see .
OK
dragonfly> JSON.TYPE doc $..foo
1) "string"
1) "integer"
2) "boolean"
(nil)
See also
| JSON.ARRLEN