package
0.0.0-20241218053035-7817f0a70428
Repository: https://github.com/lets-learn-it/go-learning.git
Documentation: pkg.go.dev
# README
Json
brief intro to JSON
- Javascript Object Notation, defined by RFC 8259
- Human readable, textual representation of arbitrary data
- Limited types: null, Number, String, Boolean, Array, Object
- Alternatives: YAML, TOML, INI, BSON, XML, ProtoBuf