This is a JSON parser library for Go that does not require previous
knowledge of the structure of the payload (e.g. creating structs)
and allows accessing fields by providing the path to them. It is up to
10 times faster than standard encoding/json package (depending on payload
size and usage) and allocates no additional memory.
Installed Size: 123.9 kB
Architectures: all