Json
JSON.STRLEN
Report the length of the JSON String at path in key
Arguments
key
str
requiredThe key of the json entry.
path
str
default: "$"The path of the array.
value
...TValue[]
requiredOne or more values to append to the array.
Response
The length of the array after the appending.
Was this page helpful?