Package: wnpp Severity: wishlist Owner: Sascha Steinbiss <sa...@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.