Metadata-Version: 2.3
Name: partial-json-fixer
Version: 0.3.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

## partial-json-fixer

This project fixes any partial json.

It exports a function `fix_json` which accepts a string and returns a complete JSON.

It's lenient in some cases so **do not rely on this for checking JSON**.

This package is intended to be used to complete partial JSONs coming from streams.

