CalcCafe

JSON Tools Online

A complete, privacy-first suite of JSON utilities — parse, read, view, edit, format, minify, convert and validate. Every tool runs entirely in your browser; nothing is ever uploaded.

JSON Parser

Paste JSON to parse and validate it. Valid input is pretty-printed; invalid input shows exactly what went wrong.

JSON Reader

Drop in minified or messy JSON and read it as clean, indented text.

JSON Viewer

Paste JSON to explore it as a collapsible tree. Click any node to expand or collapse it; use Expand/Collapse all to navigate large documents.

JSON Editor

Edit JSON directly, then Format or Minify it. The status line validates as you type so you catch mistakes immediately.

JSON Tree

Turn JSON into an expandable tree so you can see its structure and hierarchy at a glance.

JSON Minify

Paste formatted JSON and get a compact, single-line version with all unnecessary whitespace removed.

JSON Stringify Online

Turn JSON into an escaped, quoted string literal — ready to paste into source code as a single string.

JSON to String

Convert JSON into a single escaped string you can drop into code, a log line or a string field.

JSON Escape

Escape any text so it can sit safely inside a JSON string — quotes, backslashes, tabs and newlines are all handled.

JSON Unescape

Paste an escaped JSON string to turn it back into plain, readable text.

JSON URL Encode

Percent-encode JSON so it's safe to put in a URL, query parameter or form value.

JSON URL Decode

Decode percent-encoded JSON from a URL or query string back into readable JSON.

JSON5 Formatter

Paste JSON5 — with comments, trailing commas, single quotes and unquoted keys — and get clean, standard JSON back.

JSON5 Validator

Paste JSON5 to check whether it's valid. Errors point you straight at the problem.

Looking for more?

Need to convert between formats? Try the JSON ↔ YAML / XML / CSV converters or the all-in-one Data Converter in the workspace. For formatting and validating in one place, the JSON Formatter handles beautify, minify and validate together.