| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-27 | 964 Bytes | |
| v4.1.2 source code.tar.gz | 2026-08-27 | 129.0 kB | |
| v4.1.2 source code.zip | 2026-08-27 | 153.3 kB | |
| Totals: 3 Items | 283.3 kB | 1 | |
What's Changed
- Fix control character error position when content precedes the control char by @gaoflow in https://github.com/simplejson/simplejson/pull/379
- Report the offending char, not the backslash, for invalid \X escapes by @gaoflow in https://github.com/simplejson/simplejson/pull/380
- Handle non-finite Decimals like floats in the encoder by @apoorvdarshan in https://github.com/simplejson/simplejson/pull/381
- Report the comma position for illegal trailing comma errors by @dylanpulver in https://github.com/simplejson/simplejson/pull/382
New Contributors
- @gaoflow made their first contribution in https://github.com/simplejson/simplejson/pull/379
- @apoorvdarshan made their first contribution in https://github.com/simplejson/simplejson/pull/381
- @dylanpulver made their first contribution in https://github.com/simplejson/simplejson/pull/382
Full Changelog: https://github.com/simplejson/simplejson/compare/v4.1.1...v4.1.2