| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-19 | 1.9 kB | |
| v1.1.2 source code.tar.gz | 2026-03-19 | 55.8 kB | |
| v1.1.2 source code.zip | 2026-03-19 | 65.6 kB | |
| Totals: 3 Items | 123.3 kB | 1 | |
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
- fix EachKey pIdxFlags allocation by @unxcepted in https://github.com/buger/jsonparser/pull/241
- fix: prevent panic on negative slice index in Delete with malformed JSON (GO-2026-4514) by @dbarrosop in https://github.com/buger/jsonparser/pull/276
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
Full Changelog: https://github.com/buger/jsonparser/compare/v1.1.1...v1.1.2