[ 源代码: golang-github-buger-jsonparser ]
软件包:golang-github-buger-jsonparser-dev(1.1.1-2)
golang-github-buger-jsonparser-dev 的相关链接
Debian 的资源:
下载源码包 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]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-farsightsec-go-nmsg-dev
- golang-github-go-viper-mapstructure-dev
- golang-github-mitchellh-mapstructure-dev
- python3-orjson
- ffjson
- golang-github-pquerna-ffjson-dev
- rapidjson-dev
- libtest-memorygrowth-perl
- libgeo-coder-googlev3-perl
- golang-gopkg-go-playground-validator.v8-dev
- golang-github-google-jsonapi-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.