[ 原始碼: 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.