Releases: mangiucugna/json_repair
Release 0.39.0
Added
- Support for stdin in the cli command with syntax like
cat file.json | json_repair
Think about sponsoring this library!
This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna
Release 0.38.0
Added
- Fix #98, added explicit support for code-like comment style:
//
,#
,/* */
Think about sponsoring this library!
This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna
Release 0.37.0
Fixed
- After many releases the benchmarks started showing a slowdown, found a 10% performance improvement
Think about sponsoring this library!
This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna
Release 0.36.1
Fixed
- Fix #94, if the string contained a ":" outside of the json to repair, this would case a repair action to fail
Think about sponsoring this library!
This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna
Release 0.36.0
Added
- Fix #95, thanks to @sean-weber-cambri for pushing PR #96. Fix a corner case around managing nested arrays in objects
Sponsors
This release is sponsored by @amzker. Thank you very much for your generous donation!
This library is open-source and available for everyone, maintained and improved as a passion project during my free time.
If it has made your work easier or added value to your projects, I’d greatly appreciate your support!
You can contribute by buying me a virtual beer through this link: https://github.com/sponsors/mangiucugna.
Release 0.35.0
Fixed
- Fix #91, when a key is missing a right delimiter (but not the left one) there could be cases in which this can be repaired safely.
Think about sponsoring this library!
This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna
Release 0.34.0
Fixed
- Fix #89, improve a corner case check in which stray quotes will lead the parser astray
Think about sponsoring this library!
This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna
Release 0.33.0
Fixed
- Better handling of unescaped quotes inside arrays
Think about sponsoring this library!
This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna
Release 0.32.0
Fixed
- Fix #86, in array context if an object has repeated keys it's not valid and can be split up. This will allow to find cases in which the brace is missing but the form is still valid
Sponsors
This release is sponsored by @drunkel. Thank you very much for your generous donation!
This library is open-source and available for everyone, maintained and improved as a passion project during my free time.
If it has made your work easier or added value to your projects, I’d greatly appreciate your support!
You can contribute by buying me a virtual beer through this link: https://github.com/sponsors/mangiucugna.
Release 0.31.0
Fixed
- Fix #85, fixed a regression introduced in 0.30.x with managing quotes inside quotes in strings.
Think about sponsoring this library!
This library is free for everyone and it's maintained and developed as a side project so, if you find this library useful for your work, consider offering me a beer via this link: https://github.com/sponsors/mangiucugna