JSON Formatter
PopularFormatters & Validators
Beautify minified JSON, catch syntax errors, and fix trailing commas.
Format JSON, decode JWTs, build CSS animations, check contrast — fast, free, and entirely local.
Handy starting points for everyday debugging and prototyping.
Formatters & Validators
Beautify minified JSON, catch syntax errors, and fix trailing commas.
Formatters & Validators
Infer TypeScript interfaces from sample JSON — a quick start for new API types.
Formatters & Validators
Render GitHub-flavored Markdown to HTML as you type.
Formatters & Validators
Compare two JSON documents structurally, ignoring key order.
Encoders & Crypto
Encode and decode text to Base64 — handy for headers and data URLs.
Encoders & Crypto
Generate time-based one-time passwords (TOTP) from a Base32 secret.
Encoders & Crypto
Split a JWT into header and payload. Decode only — does not verify signatures.
Encoders & Crypto
Sign test tokens with HS256, HS384, or HS512. Use test secrets only.
Encoders & Crypto
Verify JWT signatures (HS256/384/512) and check expiry locally.
Converters
Convert epoch seconds or milliseconds to readable dates and back.
Parsers & Inspectors
Run JavaScript regex against sample text with live match highlighting.
Parsers & Inspectors
Check robots.txt syntax — catch missing User-agent lines and typos before deploy.
CSS & Design
Build @keyframes with live preview and copy-ready CSS output.
CSS & Design
Toggle flex and grid properties with instant layout preview.
CSS & Design
Check a11y color contrast against WCAG AA and AAA before you ship UI.
Parsers & Inspectors
Generate title, description, canonical, and Open Graph tags for your head.
Tools that stay fast, stay local, and stay out of your way.
Paste API responses, JWT tokens, or config files — processing happens on your device. Nothing gets uploaded to our servers.
All 97 tools are free. Open one, paste your input, copy the result. No account, no trial, no credit card.
The blog covers JSON safety, JWT anatomy, WCAG contrast, SEO meta tags, and release radar — with links to the tools each article references.
Jump straight to the toolkit you need.
Format, beautify, and validate JSON, YAML, TOML, CSV, XML, SQL, HTML, CSS, and Markdown.
21 tools
Encode and decode Base64, URL, HTML entities, JWT tokens, hashes, UUIDs, and passwords.
16 tools
Convert timestamps, timezones, colors, number bases, byte sizes, and cron expressions.
10 tools
Generate lorem ipsum, cron schedules, fake test data, QR codes, gitignore files, and env templates.
10 tools
Parse HTTP headers, cookies, user agents, meta tags, regex, XPath, robots.txt, and sitemaps.
17 tools
Minify HTML, CSS, and JavaScript. Convert text case, sort lines, and count words.
7 tools
Generate CORS and CSP headers, lookup HTTP status codes, OpenAPI snippets, and curl commands.
5 tools
Build CSS animations, transitions, easing curves, box shadows, gradients, flexbox layouts, and clamp values with live preview.
11 tools
Common workflows grouped by task — API debugging, accessibility, config files, and more.
Format responses, inspect tokens and headers, and reproduce requests — the usual loop when an endpoint misbehaves.
5 tools
Check contrast, generate meta tags, and preview how links appear when shared.
4 tools
Convert and validate JSON, YAML, TOML, and env templates without leaving the browser.
6 tools
Decode JWTs, generate CORS and CSP headers, hash strings, and encrypt test payloads locally.
6 tools
Check robots.txt and sitemap.xml before deploy — catch crawl-blocking typos and broken sitemap URLs.
4 tools
Build animations, layout, shadows, and fluid type with live preview and copy-ready output.
5 tools
Deep dives on topics you hit every week — with links to the matching tools.
Understand browser CORS, OPTIONS preflight, Access-Control-Allow-Origin, and credentials mode — plus the SPA misconfigurations that waste hours in production debugging.
How time-based one-time passwords work — shared Base32 secrets, 30-second windows, HMAC algorithms, clock skew, and why browser TOTP tools are for test secrets only.
Configure CSP for single-page apps — script-src with nonces and hashes, common React and Vite failures, CORS interplay, reporting, and a practical rollout checklist.
Every utility on codefunc — searchable with ⌘K.
Formatters & Validators
Beautify minified JSON, catch syntax errors, and fix trailing commas.
Formatters & Validators
Minify JSON by removing whitespace and unnecessary characters.
Formatters & Validators
Validate JSON syntax and get clear error messages.
Formatters & Validators
Convert JSON data to YAML format.
Formatters & Validators
Infer TypeScript interfaces from sample JSON — a quick start for new API types.
Formatters & Validators
Convert YAML documents to JSON format.
Formatters & Validators
Convert TOML documents to JSON format.
Formatters & Validators
Convert JSON data to TOML format.
Formatters & Validators
Convert JSON arrays to CSV spreadsheets.
Formatters & Validators
Convert CSV data to JSON arrays.
Formatters & Validators
Format and indent XML documents for readability.
Formatters & Validators
Format SQL queries with proper indentation and line breaks.
Formatters & Validators
Beautify and indent HTML markup.
Formatters & Validators
Format CSS stylesheets with consistent indentation.
Formatters & Validators
Render GitHub-flavored Markdown to HTML as you type.
Formatters & Validators
Format and validate YAML documents with consistent indentation.
Formatters & Validators
Format GraphQL queries, mutations, and fragments for readability.
Formatters & Validators
Compare two text blocks and highlight differences.
Formatters & Validators
Compare two JSON documents structurally, ignoring key order.
Formatters & Validators
Create, summarize, and apply unified diffs / patches in the browser.
Formatters & Validators
Validate JSON data against a JSON Schema.
Encoders & Crypto
Encode and decode text to Base64 — handy for headers and data URLs.
Encoders & Crypto
Encode and decode Base32 (RFC 4648) strings.
Encoders & Crypto
Encode and decode Base58 (Bitcoin/IPFS alphabet) strings.
Encoders & Crypto
Generate time-based one-time passwords (TOTP) from a Base32 secret.
Encoders & Crypto
Encode and decode URL-encoded strings.
Encoders & Crypto
Encode and decode HTML entities.
Encoders & Crypto
Split a JWT into header and payload. Decode only — does not verify signatures.
Encoders & Crypto
Sign test tokens with HS256, HS384, or HS512. Use test secrets only.
Encoders & Crypto
Verify JWT signatures (HS256/384/512) and check expiry locally.
Encoders & Crypto
Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes.
Encoders & Crypto
Generate random UUID v4 and v1 identifiers.
Encoders & Crypto
Generate secure random passwords with custom options.
Encoders & Crypto
Convert text to URL-friendly slugs.
Converters
Convert epoch seconds or milliseconds to readable dates and back.
Converters
Convert dates between timezones.
Converters
Convert colors between HEX, RGB, and HSL.
Converters
Convert numbers between binary, octal, decimal, and hex.
Converters
Convert byte sizes between B, KB, MB, GB, TB, and PB.
Converters
Parse cron expressions and show next scheduled runs.
Converters
Translate cron expressions into plain English.
Converters
Convert Unix file permissions between octal and symbolic (rwx).
Converters
Bump, compare, and parse semantic version numbers.
Converters
Convert HTML into clean Markdown.
Generators
Generate placeholder Lorem Ipsum text for designs.
Generators
Build cron expressions visually and preview schedules.
Generators
Generate fake users and test data as JSON.
Generators
Generate ULID and Nano ID identifiers in bulk.
Generators
Generate QR codes from text or URLs as SVG.
Generators
Generate .gitignore files for popular project types.
Generators
Build a robots.txt file with user-agent rules, allows, and sitemaps.
Generators
Generate a Web App Manifest (manifest.webmanifest) for PWAs.
Generators
Generate .env file templates for common app setups.
Parsers & Inspectors
Parse raw HTTP headers into structured JSON.
Parsers & Inspectors
Parse a URL into protocol, host, path, query params, and hash.
Parsers & Inspectors
Parse query strings from URLs or build them from JSON key/value pairs.
Parsers & Inspectors
Query JSON documents with JSONPath expressions and inspect matching nodes.
Parsers & Inspectors
Decode a data: URI into its media type, encoding, and payload.
Parsers & Inspectors
Decode a UUID or ULID to reveal its version, variant, and embedded timestamp.
Parsers & Inspectors
Parse Cookie header strings into key-value pairs.
Parsers & Inspectors
Parse User-Agent strings to detect browser and OS.
Parsers & Inspectors
Extract Open Graph and meta tags from HTML.
Parsers & Inspectors
Run JavaScript regex against sample text with live match highlighting.
Parsers & Inspectors
Test XPath expressions and CSS selectors against HTML.
Parsers & Inspectors
Check robots.txt syntax — catch missing User-agent lines and typos before deploy.
Parsers & Inspectors
Validate sitemap.xml structure and URL entries.
Minifiers & Text
Minify HTML by removing whitespace and comments.
Minifiers & Text
Minify SVG markup and optionally export a data URL for embedding.
Minifiers & Text
Minify CSS stylesheets for production.
Minifiers & Text
Basic JavaScript minification for quick size reduction.
Minifiers & Text
Convert text between upper, lower, title, camel, snake, and kebab case.
Minifiers & Text
Sort lines alphabetically and remove duplicates.
Minifiers & Text
Count words, characters, and lines in text.
Web & API
Generate CORS response headers for your API.
Web & API
Build Content-Security-Policy headers and meta tags for your app.
Web & API
Look up HTTP status codes and their meanings.
Web & API
Generate OpenAPI 3.0 YAML snippets for REST endpoints.
Web & API
Generate curl commands from URL, method, headers, and body.
CSS & Design
Build @keyframes with live preview and copy-ready CSS output.
CSS & Design
Generate transition CSS with duration, delay, and easing — hover to preview.
CSS & Design
Create custom @keyframes step-by-step with opacity and transform controls.
CSS & Design
Design easing curves visually and export cubic-bezier() CSS.
CSS & Design
Build box-shadow values with sliders and live preview.
CSS & Design
Create linear and radial CSS gradients with a visual preview.
CSS & Design
Build border-radius values per corner with live preview.
CSS & Design
Toggle flex and grid properties with instant layout preview.
CSS & Design
Generate fluid clamp() values for responsive typography and spacing.
CSS & Design
Convert between px, rem, em, pt, and % with a configurable root size.
CSS & Design
Check a11y color contrast against WCAG AA and AAA before you ship UI.
Parsers & Inspectors
Search HTML character entities by name, code, or symbol.
Parsers & Inspectors
Look up MIME types, file extensions, and content types.
Parsers & Inspectors
Calculate network address, broadcast, and host range from IPv4 CIDR.
Encoders & Crypto
Generate HMAC-SHA256, SHA384, and SHA512 message authentication codes.
Encoders & Crypto
Encrypt and decrypt text with AES-256-GCM using a password (client-side).
Encoders & Crypto
Convert images to Base64 data URLs for embedding in HTML or CSS.
Generators
Generate PNG favicons from any image in multiple sizes.
Parsers & Inspectors
Generate title, description, canonical, and Open Graph tags for your head.
Find a developer tool