Skip to content

Releases: mangiucugna/json_repair

Release 0.39.0

18 Feb 15:32
Compare
Choose a tag to compare

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

17 Feb 19:16
Compare
Choose a tag to compare

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

16 Feb 17:47
Compare
Choose a tag to compare

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

13 Feb 07:11
Compare
Choose a tag to compare

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

11 Feb 18:39
Compare
Choose a tag to compare

Added

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

31 Dec 12:03
Compare
Choose a tag to compare

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

26 Dec 07:55
Compare
Choose a tag to compare

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

23 Dec 13:31
Compare
Choose a tag to compare

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

18 Dec 16:24
Compare
Choose a tag to compare

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

13 Dec 08:28
Compare
Choose a tag to compare

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