Gitpedia
buger

buger/jsonparser

One of the fastest alternative JSON parser for Go that does not require schema

5 Releases
Latest: 1mo ago
v1.2.0Latest
bugerbuger·1mo ago·April 29, 2026
GitHub

📋 What's Changed

  • Fix 2 bugs, remove 7 dead code blocks, add formal verification using [ReqProof](https://reqproof.com) by @buger in https://github.com/buger/jsonparser/pull/281
  • Add support for tinygo by @buger in https://github.com/buger/jsonparser/pull/269
  • Full Changelog: https://github.com/buger/jsonparser/compare/v1.1.2...v1.2.0
v1.1.2
bugerbuger·2mo ago·March 19, 2026
GitHub

📋 What's Changed

  • Updated travis to build for 1.13 to 1.15 by @janreggie in https://github.com/buger/jsonparser/pull/225
  • - eliminate 2 allocations in EachKey() by @Villenny in https://github.com/buger/jsonparser/pull/223
  • fix issue #150 (in deleting case) by @daria-kay in https://github.com/buger/jsonparser/pull/226
  • fixing the oss-fuzz issue by @daria-kay in https://github.com/buger/jsonparser/pull/227
  • Fix parseInt overflow check false negative by @carsonip in https://github.com/buger/jsonparser/pull/231
  • Added bespoke error for null cases by @jonomacd in https://github.com/buger/jsonparser/pull/228
  • Fuzzing: Add CIFuzz by @AdamKorcz in https://github.com/buger/jsonparser/pull/239
  • Added latest versions of go to tests by @moredure in https://github.com/buger/jsonparser/pull/244
  • + 2 more

New Contributors

  • @janreggie made their first contribution in https://github.com/buger/jsonparser/pull/225
  • @Villenny made their first contribution in https://github.com/buger/jsonparser/pull/223
  • @daria-kay made their first contribution in https://github.com/buger/jsonparser/pull/226
  • @carsonip made their first contribution in https://github.com/buger/jsonparser/pull/231
  • @jonomacd made their first contribution in https://github.com/buger/jsonparser/pull/228
  • @moredure made their first contribution in https://github.com/buger/jsonparser/pull/244
  • @unxcepted made their first contribution in https://github.com/buger/jsonparser/pull/241
  • @dbarrosop made their first contribution in https://github.com/buger/jsonparser/pull/276
  • + 1 more
v1.1.1
bugerbuger·5y ago·January 8, 2021
GitHub

Fix [CVE-2020-35381](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-35381). PR https://github.com/buger/jsonparser/pull/221

v1.1.0
bugerbuger·5y ago·December 24, 2020
GitHub

📋 Changes

  • Improve `Set` performance by 20% https://github.com/buger/jsonparser/pull/196
  • Memory allocation improvements during Array iteration https://github.com/buger/jsonparser/pull/208
  • Add support for `ppc64-le` architecture https://github.com/buger/jsonparser/pull/213
  • Fixed repeated paths from incorrectly incrementing data offset https://github.com/buger/jsonparser/pull/215
  • Fixed array iteration when you have more than 64 items https://github.com/buger/jsonparser/pull/216
  • Fix possible memory confusion in unsafe slice cast https://github.com/buger/jsonparser/pull/204
  • Fixed usage of Array iteration with `Set` https://github.com/buger/jsonparser/issues/199
  • Integration with go-fuzz https://github.com/buger/jsonparser/pull/217
v1.0.0
AllenX2018AllenX2018·6y ago·May 11, 2020
GitHub

jsonparser v1.0.0