JSON Formatter
JSON
Format, minify, and validate JSON with optional key sorting.
Free online utilities
Essential online developer tools to format, validate, encode, decode, test, and optimize your code. Fast, reliable, and easy to use.
Quick answer
Utilnivo developer tools format and validate JSON, XML, YAML, and SQL; encode URLs and Base64; decode JWTs; test regex; and generate UUIDs—all locally in the browser without uploading your code to Utilnivo servers.
Spotlight
70 tools
JSON
Format, minify, and validate JSON with optional key sorting.
Formatters
Pretty-print JSON or XML API responses with auto-detection.
Tools
Send HTTP requests from your browser and inspect responses.
Encoding
Encode and decode text with Base64.
Tools
Control each corner radius and copy CSS border-radius.
Tools
Design CSS box shadows with live preview and copy-ready code.
Tools
Generate fluid CSS font-size with clamp().
Tools
Check WCAG contrast ratios between two colors.
Tools
Convert colors between HEX, RGB, HSL, and HSV.
Security
Explain 5-field cron expressions in plain language.
Security
Build 5-field cron expressions from presets.
Formatters
Pretty-print or minify CSS in one panel—switch Format and Minify anytime.
Tools
Build CSS Grid templates with columns, rows, and gap.
Formatters
Compress CSS by removing comments and whitespace—see bytes saved.
JSON
Convert CSV with headers into a JSON array of objects.
XML & YAML
Preview CSV as a table and reformat it cleanly.
Network
Build curl commands from method, URL, headers, and body.
Formatters
Parse and format curl commands for readability.
Network
Look up DNS records for a domain.
Formatters
Normalize messy env files into clean KEY=value .env format.
Encoding
Generate SHA-256 file checksums on your device.
Tools
Explore CSS flexbox alignment with a live item preview.
Tools
Create CSS linear gradients with angle and color controls.
Encoding
Generate SHA-256, SHA-384, and SHA-512 hashes.
Tools
Try HTML, CSS, and JavaScript snippets in a sandboxed preview.
Tools
Encode or decode HTML entities.
Formatters
Format or minify HTML markup on your device.
Formatters
Minify HTML with a dedicated compression page.
Formatters
Pretty-print or minify JavaScript in one panel—switch modes on the same input.
Formatters
Beautify JavaScript with readable indentation—formatting only, no minify.
Formatters
Compress JavaScript—strip comments and whitespace with byte savings shown.
JSON
Compare two JSON documents and list structural differences.
JSON
Generate JSON Schema from sample JSON automatically.
JSON
Convert a JSON array of objects into CSV.
JSON
Validate JSON syntax and show parse errors.
JWT
Decode JWT header, payload, and expiry—including Bearer tokens—on your device.
JWT
Encode and sign JWTs with HS256 on your device.
JWT
Check if a JWT is expired and when it expires in your timezone.
JWT
Generate sample JWTs with common claims.
Tools
Preview GitHub-flavored Markdown as HTML.
Tools
Build a printable regex cheat sheet for patterns you need.
Tools
Test regular expressions against sample text.
Tools
Create compact short links for long URLs.
Formatters
Format SQL queries for readability.
Network
Check certificate transparency records for a domain.
Tools
Convert between Unix timestamps and human-readable dates.
Encoding
Encode or decode URL-safe text.
Identifiers
Generate UUIDs for apps, tests, and databases.
Network
Look up domain registration details via RDAP.
XML & YAML
Compare two XML documents and list structural differences.
XML & YAML
Format, minify, and validate XML with readable indentation.
XML & YAML
Validate XML structure and report errors.
XML & YAML
Format and validate YAML documents.
XML & YAML
Validate YAML documents and report errors.
Tools
Compare two text files side by side with line diffs.
Tools
Design CSS cubic-bezier easing curves with live preview.
Tools
Convert text to and from hex, binary, ASCII, and Unicode.
Tools
Escape or unescape JavaScript, JSON, HTML, and URL text.
Tools
Generate HMAC-SHA256, SHA384, and SHA512 digests locally.
JSON
Minify JSON into a compact single line on your device.
JSON
Query JSON with simple paths and browse a document tree.
JSON
Convert JSON documents into YAML.
JWT
Verify JWT signatures locally with WebCrypto—HS*, RS*, and ES256.
Tools
Generate fake JSON records from a simple schema.
Tools
Parse URL and query strings into JSON and a params table.
Tools
Debug regex patterns with matches and token explanations.
Tools
Generate sortable ULIDs locally for apps and tests.
Tools
Parse user-agent strings into browser, OS, and device fields.
JSON
Convert XML documents into JSON safely.
JSON
Convert YAML documents into JSON.
Category guide
Developer tools focus on formatting, encoding, and inspection tasks you often need while building or debugging. Format JSON, XML, SQL, HTML, CSS, JavaScript, or YAML; encode Base64 or URLs; decode JWTs; generate UUIDs; compare documents; or test regular expressions against sample text.
Each utility is meant to be fast and self-contained. Paste a snippet, transform it, and copy the result. These formatters and encoders work instantly without extra setup. Invalid input should surface a clear error rather than a silent failure.
JWT decoding shows header and payload claims only. It does not verify signatures or prove a token is trusted, unexpired, or issued by a known party. Treat decoded tokens as readable data, not authentication proof. Hash and checksum tools use browser cryptography APIs for local digests.
Avoid pasting production secrets into any public browser tab on a shared computer. Even though Utilnivo does not upload your snippets, the browser environment itself may retain history or clipboard data.
Formatters aim to preserve meaning while improving readability or compactness. Minify modes remove unnecessary whitespace; pretty-print modes add indentation. Compare tools highlight structural differences so you can review config or API payload changes before deploying. Regex Tester uses JavaScript regular expression semantics, including common flags.
Cron Explainer translates schedule expressions into plain language so you can double-check jobs before production. Timestamp Converter helps move between Unix timestamps and human-readable dates. Use these pages as quick utilities during development, not as a full IDE replacement.
Bookmark the tools you use most and keep sensitive tokens out of screenshots or shared sessions. Clear the page when you finish working with secrets.
Browse the full developer hub or jump into a subcategory from the category chips.
No. Developer utilities run on your device and do not upload your snippets to Utilnivo servers.
No. Decoding only reads the token parts. Signature verification is not performed.