We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92931e1 commit e1dbc3bCopy full SHA for e1dbc3b
README.md
@@ -7,6 +7,7 @@ A tiny library to repair JSON string output from LLM. It fixes most of the commo
7
* Add missing double quotes when possible
8
* Replace single quotes with double quotes
9
* Escape special characters \t \n
10
+* and many other common issues
11
12
## Usage
13
@@ -24,4 +25,4 @@ A tiny library to repair JSON string output from LLM. It fixes most of the commo
24
25
String fixedJSON = jsonAutoRepairer.repair(originalJSON);
26
```
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
0 commit comments