filmov
tv
#golang #json #encoding #decoding #striversity 12.06 - encoding/json
Показать описание
We have hand written our CSV (comma-separated-value) data file, which could be error prone if we were to keep adding data. Let's look at another text file format call JSON for JavaScript Object Notation.
This time however, we will be using the 'encoding/json' package to write json formatted files.
Documentation, slides, and code for the series are here:
This time however, we will be using the 'encoding/json' package to write json formatted files.
Documentation, slides, and code for the series are here: