Json
JSON.SET
Set the JSON value at path in key.
Arguments
The key of the json entry.
The path of the value to set.
The value to set.
Sets the value at path only if it does not exist.
Sets the value at path only if it does exist.
Response
Returns true if the value was set.
Was this page helpful?