bluzi/jsonstore
Auf GitHub ansehenIs it possible to push to an array without reading it first?
Open
#33 geöffnet am 30. Mai 2018
help wanted
Repository-Metriken
- Stars
- (2.036 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
I have a store where I have a list of songs:
"tracks": ['track1', 'track2']
Is it possible to push track3 to the array?
Or should I GET the tracks first, push to my local array and then PUT the result?