Json
JSON.NUMINCRBY
Increment the number value stored at path
by number.
Arguments
key
string
requiredThe key of the json entry.
path
string
default: "$"The path of the array.
increment
number
requiredThe number to increment by.
Response
The new value after incrementing
Was this page helpful?