From 9edbfa9e7b023ec11a50321043c9b793f4b8248b Mon Sep 17 00:00:00 2001 From: Rustam Sayfutdinov Date: Wed, 11 Oct 2023 21:22:16 +0300 Subject: [PATCH] Update README --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4d6d735..572d7a4 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,13 @@ The jsonrepair library is basically an extended JSON parser. It parses the provi The library has many uses, such as: -1. Convert from an a Word document -1. Convert from objects with a JSON-like structure, such as Javascript -1. Convert from a string containing a JSON document -1. Convert from MongoDB output -1. Convert from Newline Delimited JSON logs -1. Convert from JSON dialects -1. Convert from Truncated or corrupted JSON. - -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. +- Convert from an a Word document +- Convert from objects with a JSON-like structure, such as Javascript +- Convert from a string containing a JSON document +- Convert from MongoDB output +- Convert from Newline Delimited JSON logs +- Convert from JSON dialects +- Convert from Truncated or corrupted JSON. *The library can fix the following issues:*