Json
JSON.STRAPPEND
Append the json-string values to the string at path.
Arguments
key
str
requiredThe key of the json entry.
path
str
default: "$"The path of the value.
value
str
requiredThe value to append to the existing string.
Response
The length of the array after the appending.
Was this page helpful?