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.

json_repair
74
Verified
ai-json-fixer
33
Emerging
Maintenance 17/25
Adoption 15/25
Maturity 25/25
Community 17/25
Maintenance 2/25
Adoption 7/25
Maturity 24/25
Community 0/25
Stars: 4,585
Forks: 175
Downloads:
Commits (30d): 14
Language: Python
License: MIT
Stars: 26
Forks:
Downloads:
Commits (30d): 0
Language: TypeScript
License: MIT
No risk flags
Stale 6m No Dependents

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.

API integration data parsing LLM output processing developer tools data cleaning

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.

AI-integration LLM-output-processing data-extraction backend-development API-development

Scores updated daily from GitHub, PyPI, and npm data. How scores work