Home Tools Blog About

JSON Tools

JSON tools handle the inspection and preparation work that happens before a payload goes into a ticket, a blog post, a log file, or a production code review. 15 browser-based utilities: count keys and measure depth before you trust a blob is well-formed, decode Base64 wrappers from API responses, redact secrets and PII before sharing, and render a clean screenshot suitable for documentation.

All tools in this category

Analyze JSON Online and Validate JSON Structure

Analyze JSON Online Validate & Analyze JSON Structure with detailed statistics including depth, key count, type…

Base64 to JSON Decoder

Decode Base64 to pretty-printed JSON - URL-safe variant, sort keys, indent 2/4/tab/minified. Free, client-side, instant, offline,…

Capture JSON Screenshot Generator

Capture JSON Screenshot and Render pretty-printed JSON as a syntax-highlighted PNG screenshot - dark or light…

Censor JSON And Redactor

Censor JSON and Redact passwords, tokens, and PII in JSON with asterisks, [REDACTED], or custom text.…

Convert JSON to Base64

Encode JSON to Base64 or decode back. Standard / URL-safe / no padding. Pretty/minified/sorted. UTF-8 safe.…

Convert JSON to Bson

Real BSON encoding per bsonspec.org - int32/int64/double types, embedded docs, arrays. Bidirectional. Free, offline, client-side.

Convert JSON to Image

Render JSON as a syntax-highlighted PNG/JPEG with 6 themes, custom fonts, line numbers. Free, offline, client-side.

Convert JSON to Properties

Convert JSON to Java .properties with real escaping (RFC-correct keys/values). Bidirectional. Spring-style arrays. Free, offline, client-side.

Convert JSON to Text

Convert JSON to plain text - pretty, dot-path, indented tree, YAML-like, or numbered outline. Free, offline,…

Convert JSON to TSV

Convert JSON to TSV with real tab/newline escaping. Nested flattening, header union, bidirectional. Free, offline, client-side.

Convert TSV to JSON

Convert TSV to JSON (and back) with type inference, headers toggle, empty-cell strategy, pretty-print. Free, offline,…

Edit JSON

Edit a JSON value by dot/bracket path, format or minify, indent 2/4 spaces. Live validation. Free,…

Escape JSON

JSON-escape a string for embedding inside another JSON value or code literal - with or without…

Extract JSON Keys

Walk every key in a JSON document - dot, bracket, JSONPath, or RFC 6901 notation; collapse…

Extract JSON Values

Walk every value in a JSON document - filter by key name or value type, output…

Highlight JSON Syntax Online

Highlight JSON with colors for keys, strings, numbers, and booleans so it is easier to read.…

Prettify JSON

Format and indent JSON so it is easy to read, with a choice of 2 spaces,…

URL Decode JSON

Decode a URL-encoded JSON string and, when it is valid JSON, show it neatly formatted. Free,…

URL Encode JSON

URL-encode JSON so it can be safely placed in a query string, minifying valid JSON first.…