thijse/JsonRepairSharp
Repair invalid JSON documents in C#
JsonRepair Sharp helps you clean up messy data that looks like JSON but isn't quite valid, so you can easily use it in your applications. It takes imperfect JSON-like text from various sources—like database outputs, log files, or even large language models—and outputs perfectly formatted JSON. Anyone who works with data that needs to be in a strict JSON format, such as data analysts, operations engineers, or machine learning practitioners, would find this useful.
No commits in the last 6 months.
Use this if you frequently receive or generate JSON data that has formatting errors, missing elements, or extraneous characters, and you need to process it reliably.
Not ideal if your primary need is general text parsing or complex data transformation beyond JSON structure correction.
Stars
22
Forks
6
Language
C#
License
MIT
Category
Last pushed
Oct 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/thijse/JsonRepairSharp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mangiucugna/json_repair
A python module to repair invalid JSON from LLMs
antfu/shiki-stream
Streaming highlighting with Shiki. Useful for highlighting text streams like LLM outputs.
yokingma/fetch-sse
An easy API for making Event Source requests, with all the features of fetch(), Supports...
iw4p/partialjson
+1M Downloads! Repair invalid LLM JSON, commonly used to parse the output of LLMs — Parsing...
kaptinlin/jsonrepair
A high-performance Golang library for easily repairing invalid JSON documents. Designed to fix...