Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-12-24 | 919 Bytes | |
v1.1.0.tar.gz | 2020-12-24 | 55.2 kB | |
v1.1.0.zip | 2020-12-24 | 64.7 kB | |
Totals: 3 Items | 120.8 kB | 0 |
Christmas present 🎁
- 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
Thanks to everyone who participated in the project! @AllenX2018 @saginadir @xsandr @nagesh4193 @rrgilchrist @floren @AdamKorcz @jlauinger