Developer Tools Module Overview
Developer tools include JSON format/validate/diff, Base64 and URL encode/decode, UUID and hash, JWT decode (signature not verified), HTML entities, regex testing, Lorem ipsum, case conversion, text stats, and JSON ↔ YAML—handy for API debugging and text workflows.
Who is it for?
- Engineers validating payloads and formats locally.
- Anyone batch-transforming text or counting words/characters.
Tips
- JWT decode is for inspection only—always verify signatures and claims in production.
- Never paste production secrets or tokens on shared machines.
Privacy
Processing is local by default—still avoid sensitive data on untrusted devices.
See the developer tools guide, JSON Diff, and File Diff. Browse the article index.