JSON Formatter
Format, minify, and validate JSON.
Paste an API response, log line, config value, or webhook body. The formatter makes valid JSON readable and reports parsing errors for invalid text.
Read the JSON tutorialReady.
Private by design
Format, encode, compare, inspect, and generate common developer data without sending your text to our server. DevUtils.uk is for quick everyday checks, not account tracking or file collection.
{
"site": "DevUtils.uk",
"processing": "browser-only",
"tools": 10
}
Site explanation
DevUtils.uk is maintained as an independent utility site for developers, QA testers, technical support teams, writers, and students. The tools below are implemented with client-side JavaScript. Normal tool input is processed in your browser tab and is not uploaded to a DevUtils.uk server.
One clearly labeled ad area, separated from tools and navigation.
Tools
Each tool has a short workflow here and a longer tutorial with examples and common mistakes.
JSON Formatter
Paste an API response, log line, config value, or webhook body. The formatter makes valid JSON readable and reports parsing errors for invalid text.
Read the JSON tutorialReady.
Base64 Encoder / Decoder
Use Base64 for small test strings, headers, or diagnostic payloads. It is encoding, not encryption, so do not treat it as a security layer.
Read the Base64 tutorialReady.
URL Encoder / Decoder
Encode text before placing it inside a URL parameter, or decode copied links to see the actual value behind percent escapes.
Read the URL tutorialReady.
UUID Generator
Generate IDs for fixtures, test records, local databases, API examples, and demo payloads. IDs are generated by browser crypto when available.
Read the UUID tutorialReady.
Timestamp Converter
Debug logs, database fields, scheduled jobs, and API responses by converting machine timestamps into readable dates.
Read the timestamp tutorialReady.
SHA-256 Hash
Use SHA-256 to compare text integrity, create deterministic examples, or document exactly which string was used in a bug report.
Read the hash tutorialReady.
Color Converter
Paste a hex value to get CSS-ready RGB and HSL values. The preview swatch helps confirm the copied color is the intended one.
Read the color tutorialReady.
Text Diff
Paste an old and new value to find changed, added, or removed lines before sending a config update or support response.
Read the diff tutorialReady.
Regex Tester
Check whether a pattern matches sample text before adding it to validation code, log filters, or search scripts.
Read the regex tutorialReady.
JWT Inspector
Inspect token claims while remembering that this browser tool does not validate signatures, issuers, audiences, or expiry policy.
Read the JWT tutorialReady.