[pkg-go] Bug#857751: ITP: golang-github-buger-jsonparser -- fast schemaless JSON parser for Go
Sascha Steinbiss
satta at debian.org
Tue Mar 14 16:54:43 UTC 2017
Package: wnpp
Severity: wishlist
Owner: Sascha Steinbiss <satta at debian.org>
* Package name : golang-github-buger-jsonparser
Version : 0.0~git20170215.0.6bd1670-1
Upstream Author : Leonid Bugaev
* URL : https://github.com/buger/jsonparser
* License : MIT
Programming Lang: Go
Description : 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.
More information about the Pkg-go-maintainers
mailing list