Releases: mangiucugna/json_repair
Releases · mangiucugna/json_repair
Release 0.17.2
Fixed
- Fix #40, in some cases a \ would send the library in an infinite loop. Thanks to @dhrbobluo for reporting!
Release 0.17.1
Fixed
- Fix #39, a regression after the large refactor of the string function (done to support new use cases) introduced a bug in which the library would fail in a specific corner case. Thanks to @werpachowski-msft for reporting!
Release 0.17.0
Added
- Improve
load()
to avoid loading the file in memory but stream it byte by byte. This brings the method on parity withjson.load()
and allows large stream of data to be processed
Release 0.16.3
Release 0.16.2
Release 0.16.1
Release 0.16.0
Added
- Better handling of stray characters. Before this version, stray characters at the beginning of a valid json ( e.g.
string { 'a': 'b'}
) would not be ignored and the json produced would be invalid. Thanks to @lujasmine for reporting the issue
Release 0.15.6
Fixed
- Fixed #33, the feature released in 0.14.0 had a number of unexpected side effects. This should provide a more general and stable fix.
Sorry for any inconvenience, please keep sending examples as this specific feature is really at the core of a bunch of different failure modes
Thanks to @dcollien for reporting.
0.15.5
Fixed
- A more stable and general fix to the bug fixed in 0.15.5