json_repair
JSON repair library
A Python module to repair invalid JSON data from various sources, including machine learning models.
A python module to repair invalid JSON, commonly used to parse the output of LLMs
1k stars
5 watching
65 forks
Language: Python
last commit: 7 days ago deep-learninggpt-4jsonllama3llmmachine-learningmistralopenai-apiparserrepair
Related projects:
Repository | Description | Stars |
---|---|---|
josdejong/jsonrepair | Repairs invalid JSON documents by fixing syntax errors and normalizing data format | 572 |
yazeed44/gjf | A tool for fixing and validating GeoJSON objects in Python. | 102 |
lovasoa/bad_json_parsers | Measures how deeply nested JSON structures can be parsed by different languages' parsers. | 366 |
mpkocher/qpyson | A commandline tool to explore, transform, or munge JSON files using Python | 5 |
mikemccabe/json-patch-php | An implementation of JSON patch operations for PHP | 112 |
icrar/ijson | An iterative JSON parser with Pythonic interfaces to extract structured data from large JSON files. | 845 |
evanphx/json-patch | A library providing functionality for applying and creating patches to JSON data | 1,068 |
ddymko/go-jsonerror | Creates JSON error responses following the JsonApi specification | 16 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
kazuho/picojson | A lightweight C++ JSON parser and serializer with various interfaces. | 1,120 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
cheery/json-algorithm | Decodes JSON data into a Python object tree | 99 |
dimagi/jsonobject | A Python library for handling deeply nested JSON objects as schema'd python objects. | 234 |
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 346 |
kunalsin9h/livejq | An alternative to jq with continuous parsing support and filtering capabilities for handling invalid JSON without crashing. | 15 |