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 .

    1. OK
    2. dragonfly> JSON.TYPE doc $..foo
    3. 1) "string"
    4. 1) "integer"
    5. 2) "boolean"
    6. (nil)

    See also

    | JSON.ARRLEN