Pakket: golang-github-buger-jsonparser-dev (1.1.1-2)
Verwijzigingen voor golang-github-buger-jsonparser-dev
Trisquel bronnen:
Het bronpakket golang-github-buger-jsonparser downloaden:
- [golang-github-buger-jsonparser_1.1.1-2.dsc]
- [golang-github-buger-jsonparser_1.1.1.orig.tar.gz]
- [golang-github-buger-jsonparser_1.1.1-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team (Mailarchief)
- Sascha Steinbiss
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-farsightsec-go-nmsg-dev
- golang-github-mitchellh-mapstructure-dev
- ffjson
- golang-github-pquerna-ffjson-dev
- rapidjson-dev
- libtest-memorygrowth-perl
- golang-gopkg-go-playground-validator.v8-dev
- libgeo-coder-googlev3-perl
- golang-github-google-jsonapi-dev
- libjsonparser1.1
- golang-github-kisielk-sqlstruct-dev
fast schemaless JSON parser for Go
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.