jsonstore icon indicating copy to clipboard operation
jsonstore copied to clipboard

How to really delete elements from array and not just set to null

Open panmona opened this issue 7 years ago • 1 comments

I have an array with 2 elements saved in jsonstore. I then send a DELETE request to /myarray/0 and I expect it to actually delete the element but what it does is set this element to null. How can I really remove this element from the array?

panmona avatar Oct 24 '18 17:10 panmona

I have the same exact problem / question. I would really appreciate some help. :)

nikbrunner avatar Nov 07 '19 10:11 nikbrunner