json_repair and json-repair

These are competitors offering similar JSON repair functionality for LLM outputs, with A being the dominant choice due to its Python implementation, broader adoption, and significantly larger user base, while B provides an alternative specifically for Java environments.

json_repair
74
Verified
json-repair
43
Emerging
Maintenance 17/25
Adoption 15/25
Maturity 25/25
Community 17/25
Maintenance 10/25
Adoption 9/25
Maturity 16/25
Community 8/25
Stars: 4,585
Forks: 175
Downloads:
Commits (30d): 14
Language: Python
License: MIT
Stars: 94
Forks: 5
Downloads:
Commits (30d): 0
Language: Java
License: Apache-2.0
No risk flags
No Package 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 json-repair

HAibiiin/json-repair

Repair JSON! A Java library for fixing JSON anomalies generated by LLMs.

This is a Java library designed to automatically correct malformed JSON text, especially when it's generated by large language models (LLMs). You input a JSON string that might be missing quotes, brackets, or commas, and it outputs a properly formatted JSON string. This tool is for Java developers building applications that process LLM outputs.

Java development LLM integration data parsing API development data pipeline

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