Json
JSON.ARRPOP
Remove and return an element from the index in the array. By default the last element from an array is popped.
Arguments
key
string
requiredThe key of the json entry.
path
string
The path of the array.
index
number
default: -1The index of the element to pop.
Response
The popped element or null if the array is empty.
Was this page helpful?