Arguments# keystringrequired#The key of the json entry. pathstring#The path of the array. indexnumber#The index of the element to pop.Default: -1 Response# (TValue | null)[]requiredThe popped element or null if the array is empty.