软件包: golang-github-buger-jsonparser-dev (1.1.1-2)
golang-github-buger-jsonparser-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-buger-jsonparser:
- [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]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Sascha Steinbiss
外部的资源:
- 主页 [github.com]
相似软件包:
- 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.