json-repair
json-repair copied to clipboard
🔧 Repair JSON!Solution for JSON Anomalies from LLMs.
Results
2
json-repair issues
Sort by
recently updated
recently updated
newest added
``` error:{"name": "John is "good",hah" "age": 30} fixed:{"name": "John is \"good\",hah", "age": 30} ``` pls support this kind`s error.
bug
## Describe the bug I don't know if it is possible to use it like that, but... ### Steps to reproduce jsonrepair.RepairJSON(` { "Be": "", "gone": "" } ",п"г`) runtime:...
bug