You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
panmona
changed the title
How to really delete from array and not just set to null
How to really delete elements from array and not just set to null
Oct 24, 2018
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?
The text was updated successfully, but these errors were encountered: