Metadata-Version: 2.1
Name: jsam_json_repair
Version: 0.0.1
Summary: This is a Python package for repairing JSON string.
Home-page: https://github.com/changjam/jsam_json_repair
Download-URL: https://pypi.org/project/jsam_json_repair/
Author: Jam
Author-email: changjam60@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE

# json_repair

This is a Python package for repairing JSON string.

# Test code when pull request

```bash
python -m unittest discover -s tests -v
```
