golang-github-buger-jsonparser 0.0~git20170705.0.9addec9-1 source package in Ubuntu

Changelog

golang-github-buger-jsonparser (0.0~git20170705.0.9addec9-1) unstable; urgency=medium

  * New upstream snapshot.

 -- Sascha Steinbiss <email address hidden>  Fri, 21 Jul 2017 11:30:30 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-buger-jsonparser_0.0~git20170705.0.9addec9-1.dsc 2.0 KiB 3c004bc80b6e947e72e88b6f2c15700c4a170cc6dc337f41b0213067cd267254
golang-github-buger-jsonparser_0.0~git20170705.0.9addec9.orig.tar.gz 45.9 KiB 3ef7b06eb11125abc3af04a1a5652356b46f9267e2147d97c6dc57cf5c7673bc
golang-github-buger-jsonparser_0.0~git20170705.0.9addec9-1.debian.tar.xz 19.6 KiB 2d8e9d1e0c543681410b6654d08d682105dd4e4f747e172cd6f6866e16b06478

No changes file available.

Binary packages built by this source

golang-github-buger-jsonparser-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.