Alternative JSON parser for Go that does not require schema
Alternative JSON parser for Go. 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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/buger/jsonparser
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.1.1-3.fc35 | - |
Fedora 35 | 1.1.1-3.fc35 | - |
Fedora 34 | 1.1.1-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-buger-jsonparser dash maintainers at fedoraproject dot org
.