Json
JSON.TYPE
Report the type of JSON value at path
.
Arguments
key
string
requiredThe key of the json entry.
path
string
default: "$"The path of the value.
Response
The type of the value at path
or null
if the value does not exist.
Was this page helpful?