bluzi/jsonstore

Is it possible to push to an array without reading it first?

Open

#33 geöffnet am 30. Mai 2018

Auf GitHub ansehen
 (8 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (88 Forks)batch import
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?

Contributor Guide