jsonparser

на сайте с April 14, 2023 04:17
Alternative JSON parser for Go (10x times faster standard library). It does not require you to know the structure of the payload (eg. create 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), allocates no memory. See benchmarks below.