Skip to content

Commit e1dbc3b

Browse files
committed
Refactor
1 parent 92931e1 commit e1dbc3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff 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
2425
String 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

0 commit comments

Comments
 (0)