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
7
7
* Add missing double quotes when possible
8
8
* Replace single quotes with double quotes
9
9
* Escape special characters \t \n
10
+ * and many other common issues
10
11
11
12
## Usage
12
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);
25
26
```
26
27
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