json_repair and jsonrepair

These are competitors offering the same core functionality (repairing malformed JSON from LLMs) in different languages, with the Python implementation vastly more mature and widely adopted based on its significantly higher stars and download metrics.

json_repair
74
Verified
jsonrepair
47
Emerging
Maintenance 17/25
Adoption 15/25
Maturity 25/25
Community 17/25
Maintenance 10/25
Adoption 9/25
Maturity 16/25
Community 12/25
Stars: 4,585
Forks: 175
Downloads:
Commits (30d): 14
Language: Python
License: MIT
Stars: 94
Forks: 9
Downloads:
Commits (30d): 0
Language: Go
License: MIT
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 jsonrepair

kaptinlin/jsonrepair

A high-performance Golang library for easily repairing invalid JSON documents. Designed to fix common JSON issues and optimize JSON content generated by language models (LLMs).

This library helps Go developers clean up malformed JSON data, especially content generated by large language models. You provide a messy JSON string, and it returns a valid, corrected JSON string. It's for Go application developers who need to process user input or external data streams that might contain common JSON errors.

Go development API integration data processing LLM output handling data parsing

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