Jsonrepair: Repair Invalid JSON Documents
10 days ago
- #Repair
- #Node.js
- #JSON
- Repair invalid JSON documents with jsonrepair library.
- Supports various JSON issues like missing quotes, escape characters, and more.
- Available as a function or streaming transform in Node.js.
- Can be used in Python via PythonMonkey.
- Command-line tool available for global npm installation.
- Two implementations: non-streaming (for browsers) and streaming (for Node.js).
- Released under the ISC license.