mangiucugna / json_repair

A python module to repair invalid JSON, commonly used to parse the output of LLMs
https://pypi.org/project/json-repair/
MIT License
826 stars 48 forks source link

fix: remove unwanted output when importing json_repair #41

Closed MatthieuSarter closed 5 months ago

MatthieuSarter commented 5 months ago

What is the current behavior?

Unwanted output is generated when importing json_repair

What is the new behavior?

No more output

Does this introduce a breaking change?