jsonstore
jsonstore copied to clipboard
How to really delete elements from array and not just set to null
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?
I have the same exact problem / question. I would really appreciate some help. :)