DevTools - 9 free dev tools in one tab — JSON, JWT, Regex & more

by
9 free developer tools that run 100% in your browser — nothing ever uploaded to a server. → JSON Formatter & Validator → JSON Diff (compare two JSONs instantly) → JWT Decoder → Base64 Encoder/Decoder → Regex Tester → Timestamp Converter → Color Picker & Converter → UUID Generator (v4, v1, v7) → QR Code Generator No login. No ads. No paywalls. Just tools.

Add a comment

Replies

Best
Hunter
📌
Hey hunters! 👋 Harshit here, the maker of JSON Viewer Pro. I built this because I was tired of pasting sensitive API responses and config data into tools that send everything to a server. JSON Viewer Pro runs 100% in your browser — the code is a single HTML file on Cloudflare's CDN, there is literally no backend to send data to. A few things I'm especially proud of: The tree explorer — click any node and it collapses/expands instantly. Handles deeply nested JSON with thousands of keys without slowing down. JSONPath on click — click any value and the path bar at the bottom shows the exact JSONPath ($.users[0].address.city). Copy it in one click. Saves so much time when writing queries. It's fast — no React, no Vue, no build step. Pure vanilla JS. Loads in under 100ms on a slow connection. I use it daily at work for debugging API responses. Would love to know what features you'd want next — better search? Export to CSV? YAML support? Try it at jsonviewer.live and let me know what you think!