bluzi / jsonstore

:rocket: jsonstore offers a free and secured JSON-based cloud datastore for small projects | Inactive
https://www.jsonstore.io/
MIT License
2.03k stars 75 forks source link

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

Open panmona opened 5 years ago

panmona commented 5 years ago

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?

nikbrunner commented 4 years ago

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