Dadroit V Web — Fast, private JSON viewer that runs entirely in your browser

What it does
Dadroit V Web is a browser-based JSON viewer designed to chew through multi‑megabyte files without choking. Open a local file, paste JSON, or point it at a URL (including endpoints that require Basic or Bearer token auth) and the app will parse and render a collapsible tree so you can expand, collapse, and search nodes instantly. It has been reported that the tool loads big datasets in seconds and performs searches and exports with near-instant responsiveness — allegedly faster than most online viewers and many native apps.
Features and workflow
The interface is straightforward: names and values are shown separately and highlighted, deep nesting is easier to follow, and you can search by text or RegEx. Copy a node’s name, value, or JSONPath; export either the full document or a selected branch; choose minified or pretty-printed output. Requests to remote URLs are made from your browser and treated the same as files you open locally — no server-side parsing, no upload progress bars. Handy for inspecting API responses, logs, or one-off dumps without installing anything.
Privacy, limits, and reality check
All parsing runs locally in the browser using memory‑efficient algorithms, so files, tokens, and API responses aren’t sent to any server. That’s a simple but powerful privacy pitch — useful for medical, financial, or otherwise sensitive data. Reality check: performance still depends on your browser and hardware, and the app is ultimately constrained by what modern browsers allow. It has been reported that V Web keeps everything in‑tab and clears data on close, which may make anxious privacy-minded folks breathe a little easier.
Where it fits
No download, no ads, free to use, and mobile‑browser friendly — V Web slots into the recent trend of capable, zero‑install web tools that do heavy lifting client‑side. Need a quick, private way to poke around a giant JSON file? This is built for that moment. Who hasn’t wanted to open a 50MB JSON and not watch their browser implode?
Sources: dadroit.com, Lobsters
Comments