JSON Formatter
Format, minify, and validate JSON with optional key sorting.
- On your device
- No signup
Search intent guide
7 free tools in this guide — pick one below to get started.
Open a tool to calculate, convert, or edit — no signup required.
Format, minify, and validate JSON with optional key sorting.
Validate JSON syntax and show parse errors.
Decode JWT header, payload, and expiry—including Bearer tokens—on your device.
Encode and decode text with Base64.
Generate UUIDs for apps, tests, and databases.
Generate SHA-256, SHA-384, and SHA-512 hashes.
Generate SHA-256 file checksums on your device.
Pick the job you need to finish first. Each card lists trade-offs and links straight to the Utilnivo tool—free, no account required unless a tool page notes temporary server processing.
Use JSON Formatter or JSON Validator.
When to choose this: Use JSON Formatter when reading logs or config diffs. Pair with JSON Validator in CI-style manual checks.
Use JWT Decoder.
When to choose this: Decode test tokens to compare expiry and audience fields before updating your app's security rules.
When to choose this: Use when debugging JWT segments, email headers, or JSON fields that embed Base64 blobs.
Use Strong Password Generator.
When to choose this: Spin up staging admin passwords or Wi-Fi keys you will store in a password manager, not chat logs.
Use UUID Generator.
When to choose this: Use v7 when sortable IDs help logs; v4 for opaque identifiers in fixtures.
Use QR Code Generator.
When to choose this: Generate campaign QR codes after you finalize the UTM link in a marketing workflow.
Use Hash Generator or File Checksum Calculator.
When to choose this: Hash release-note strings or config snippets. Use File Checksum for downloaded binaries.
Developers search for free utilities when debugging an API response, decoding a bearer token, or spinning up staging credentials—not to install another desktop app. This page matches each task to a Utilnivo browser tool with clear pros, cons, and when that option wins.
These utilities run locally unless noted otherwise. Secrets you paste are visible on screen—use staging tokens only and copy generated passwords into a vault immediately. None of these tools verify JWT signatures or replace your platform’s crypto libraries.
For structured debugging sessions, open the JWT workflow linked below—it orders decode, JSON format, and Base64 steps the way teams actually troubleshoot auth issues.
JSON, JWT, Base64, password, UUID, and hash tools run on your device. Do not paste production secrets on shared machines.
No. It inspects structure for debugging. For real security, verify tokens in your own app with the correct keys.
None of these for user passwords—use bcrypt, scrypt, or Argon2 in application code. Hash Generator is for integrity checks.
Multi-step guides that chain tools from this topic—follow numbered steps instead of guessing tool order.