Skip to content

Commit 9edbfa9

Browse files
committed
Update README
1 parent 5271b20 commit 9edbfa9

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ The jsonrepair library is basically an extended JSON parser. It parses the provi
1010

1111
The library has many uses, such as:
1212

13-
1. Convert from an a Word document
14-
1. Convert from objects with a JSON-like structure, such as Javascript
15-
1. Convert from a string containing a JSON document
16-
1. Convert from MongoDB output
17-
1. Convert from Newline Delimited JSON logs
18-
1. Convert from JSON dialects
19-
1. Convert from Truncated or corrupted JSON.
20-
21-
But with the advent of Language Model Models (LLMs) there is yet another use-case. LLMs are notoriously bad in consistently outputting well-formed datastructures, even as simple as JSON. Requiry-ing is expensive and time consuming. Jsonrepair comes to the rescue by repair these JSON modules files, and increasing changes of smooth processing.
13+
- Convert from an a Word document
14+
- Convert from objects with a JSON-like structure, such as Javascript
15+
- Convert from a string containing a JSON document
16+
- Convert from MongoDB output
17+
- Convert from Newline Delimited JSON logs
18+
- Convert from JSON dialects
19+
- Convert from Truncated or corrupted JSON.
2220

2321
*The library can fix the following issues:*
2422

0 commit comments

Comments
 (0)