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