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