パッケージ: golang-github-buger-jsonparser-dev (0.0~git20170705.0.9addec9-1)
golang-github-buger-jsonparser-dev に関するリンク
Trisquel の資源:
golang-github-buger-jsonparser ソースパッケージをダウンロード:
- [golang-github-buger-jsonparser_0.0~git20170705.0.9addec9-1.dsc]
- [golang-github-buger-jsonparser_0.0~git20170705.0.9addec9.orig.tar.gz]
- [golang-github-buger-jsonparser_0.0~git20170705.0.9addec9-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team (メールアーカイブ)
- 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.