Settings

Theme

Show HN: I built a JSON viewer that decodes Base64 media inline

viewjson.net

3 points by dassh · 0 comments · 1 min read

Reader

I built this for myself while debugging multimodal AI APIs.

The problem: I kept running into JSON responses stuffed with Base64-encoded images. Every time, I had to copy the string, find an online decoder, paste, preview. Repeat for each image. It got old fast.

So I made ViewJSON. Paste your JSON, and it automatically detects and renders Base64 media inline: images, audio, video, even PDFs. No more copy-paste decode loops.

Other things it does: - Format/minify JSON - Paste an image, get Base64 string (reverse direction) - Build API requests, copy as cURL - Variable substitution for testing - Share JSON via URL

No login, completely free. Would love feedback on edge cases I might have missed!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection