json_repair and ai-json-fixer
These are competitors offering similar JSON repair functionality for LLM outputs, with json_repair being the mature, widely-adopted solution while ai-json-fixer represents an alternative approach to the same problem.
About json_repair
mangiucugna/json_repair
A python module to repair invalid JSON from LLMs
This tool helps developers clean up messy JSON data, especially when it comes from large language models (LLMs) that might make formatting mistakes. You feed it a JSON string that's not quite right, and it gives you back a perfectly valid, standard JSON string or object. It's for software engineers who integrate LLMs or other external services and need reliable data parsing.
About ai-json-fixer
aotakeda/ai-json-fixer
A simple JSON parser specifically designed to handle malformed JSON output from Large Language Models (LLMs) like GPT, Claude, and others.
This tool helps developers reliably get structured data out of AI model outputs. It takes raw text that contains JSON (even if it's malformed or embedded in markdown) and provides a clean, valid JSON object. Software engineers, data scientists, and AI application developers who integrate LLMs into their systems would use this to ensure data consistency.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work