Arguments
str
required
The key of the json entry.
str
required
The path of the value to set.
string | number | Record<string, unknown> | Array<unknown>
required
The value to merge with.
Response
Returns “OK” if the merge was successful.
Merges the JSON value at path in key with the provided value.