Release 0.26.0
Added
- Adding ensure_ascii to the options of
repair_json
. By defaultjson.dumps()
setsensure_ascii=True
this is particularly a problem for chinese text that has no ascii representation. Setting ensure_ascii=False will prevent chinese text from being converted into weird escaped characters in ascii and remain unicode.
Fixed
- As documented, the
load
function should behave likeloads()
. That wasn't the case so far.
Sponsors
This release is sponsored by @t0mmili and @nhend. Thank you very much for your donation!
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