File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ A tiny library to repair JSON string output from LLM. It fixes most of the commo
77* Add missing double quotes when possible
88* Replace single quotes with double quotes
99* Escape special characters \t \n
10+ * and many other common issues
1011
1112## Usage
1213
@@ -24,4 +25,4 @@ A tiny library to repair JSON string output from LLM. It fixes most of the commo
2425String fixedJSON = jsonAutoRepairer. repair(originalJSON);
2526```
2627
27- It will automatically fix the JSON string and return the fixed JSON string if possible. In case, the JSON string cannot be fixed, it returns null
28+ It will automatically fix the JSON string and return the fixed JSON string if possible. In case the JSON string cannot be fixed, it returns null
You can’t perform that action at this time.
0 commit comments