Arguments
str
required
The key of the json entry.
str
required
The path of the value to set.
TValue
required
The value to set.
boolean
default:"None"
Sets the value at path only if it does not exist.
boolean
default:"None"
Sets the value at path only if it does exist.
Response
Returns true if the value was set.