JSON Tools

jsonrepair – repair invalid JSON documents

jsonrepair repairs invalid JSON documents. It can correct many common syntax problems automatically, making malformed or incomplete JSON usable without manually locating and fixing every error.

The software is available both as a library and a command-line utility. It also provides a streaming implementation for processing very large documents without loading the entire input into memory.

This is free and open source software.

Key Features

  • Add missing quotes around object keys.
  • Add missing escape characters.
  • Add missing commas and closing brackets.
  • Repair truncated JSON documents.
  • Convert single quotes to double quotes.
  • Replace typographic quotes with regular double quotes.
  • Replace special whitespace characters.
  • Convert Python constants to their JSON equivalents.
  • Remove trailing commas.
  • Remove JavaScript-style comments.
  • Remove fenced code blocks surrounding JSON.
  • Remove ellipses from arrays and objects.
  • Strip JSONP notation.
  • Repair escaped JSON strings.
  • Strip MongoDB data type wrappers.
  • Concatenate adjacent strings.
  • Convert newline-delimited JSON to a JSON array.
  • Streaming support for very large documents.
  • Read input from files or standard input.
  • Write repaired data to a new file or overwrite the input file.

Website: github.com/josdejong/jsonrepair
Support:
Developer: Jos de Jong
License: ISC License

jsonrepair is written in TypeScript. Learn TypeScript with our recommended free books and free tutorials.


Related Software

JSON Tools
jqLightweight and flexible JSON processor. It's like sed for JSON
fxJSON viewer with streaming and mouse support
jaqjq clone focused on correctness, speed, and simplicity.
gronTransforms JSON into discrete assignments to make it easier to grep
gojqPure Go implementation of jq
jlessCommand-line JSON viewer written in Rust
jnvNavigates JSON offering a viewer and filter editor
JSON EditorView, edit, format, and validate JSON
jidJSON incremental digger by using filtering queries
joSmall utility to create JSON objects
faqBilled as a more flexible jq supporting additional formats
jelloFilter JSON and JSON Lines data with Python syntax
qqjq but an interoperable configuration format transcoder
json-tuiJSON terminal UI
jiqInteractive JSON query tool
emutoSmall language for manipulating and restructuring JSON and other data
svelte-jsoneditorView, edit, format, transform, and validate JSON
qoQuery JSON, CSV, and TSV files using SQL
JaniceDesktop app for viewing large JSON files
unqeryQuery and transform JSON data
TwigTerminal JSON viewer and YAML viewer
jtcExtract, manipulate and transform source JSON
pyfxPython-native TUI JSON viewer
kirillJSON validator
jshonParses, reads and creates JSON. It's designed to be as usable as possible
jsawkLike awk, but for JSON
jqpTUI playground to experiment with jq

Read our verdict in the software roundup.

Alternatives to jq
fxJavaScript Object Notation (JSON) viewer with streaming and mouse support
gojqPure Go implementation of jq
jelloFilter JSON and JSON Lines data with Python syntax
jlessCommand-line JSON viewer written in Rust
emutoSmall language for manipulating and restructuring JSON and other data files
unqeryQuery and transform JSON data
htmlqLike jq but for HTML
faqBilled as a more flexible jq supporting additional formats
jaqjq clone focused on correctness, speed, and simplicity
qqInteroperable configuration format transcoder with jq query syntax

Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted