A brighter way to work with JSON

Format, validate, convert, and explore JSON — plus XML, CSV, Java, and URL converters, a JWT decoder, a UUID generator, a hash generator, and a SQL formatter. 21 tools, everything client-side, so nothing you paste ever leaves your browser.

JSON Formatter

Turn minified or messy JSON into clean, indented, easy-to-read code.

Foo(a=1){ }"a":1

Java Object to JSON Converter

Paste a Java toString() output like Foo(bar=1, baz=null) and get clean, valid JSON.

JSON Validator

Check your JSON for errors and see exactly which line and column broke.

JSON Minifier

Strip whitespace and shrink your JSON down to the smallest possible size.

<xml></xml>{ }"a":1

XML to JSON Converter

Convert XML to JSON or JSON to XML, with support for attributes, nested elements, and repeated tags.

a: 1- b{ }"a":1

YAML to JSON Converter

Convert YAML to JSON or JSON to YAML, with support for nested mappings, sequences, and flow-style collections.

JSON ↔ CSV Converter

Turn JSON arrays into spreadsheet-ready CSV, or CSV back into JSON.

JSON Tree Viewer

Explore deeply nested JSON as a collapsible, searchable tree.

JSON Diff Checker

Compare two JSON documents side by side and see exactly what changed.

JSONPath Extractor

Pull exactly the values you need out of JSON using JSONPath queries.

JWT Decoder

Decode a JWT and inspect its header, payload, and signature instantly.

JSON Beautifier & Escape

Beautify JSON, or escape and unescape it for dropping into code.

SQL Formatter

Turn messy SQL queries into consistently indented, readable statements.

a b/c?q=1a%20b%2Fc%3Fq%3D1

URL Encoder / Decoder

Percent-encode text or a full URL for safe use in links and query strings, or decode it back.

9e107d9d372bb682

Hash Generator

Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes from text, all at once.

a1b2c3d4-e5f6-4a1b-9c2d-8e7f6a5b4c3d

UUID Generator

Generate cryptographically random UUID v4 or time-ordered v7 identifiers, one at a time or in bulk.

HiSGk9

Base64 Encode/Decode

Encode text to Base64, or decode Base64 back to readable text, instantly.

JSON Schema Validator

Validate JSON data against a JSON Schema and see exactly which properties fail.

/\w+/match

Regex Tester

Test JavaScript regular expressions against sample text and see every match and capture group highlighted live.

3f9a

HMAC Generator

Generate an HMAC-SHA256 signature from a secret key and a JSON request body, with optional Base64 encoding.

Unix Timestamp Converter

Convert a Unix timestamp to a readable date, or a date back to a timestamp.

Nothing you paste is ever uploaded or stored
Works fully offline once the page has loaded
No accounts, no limits, no paywalls