Menu

Post image 1
Post image 2
1 / 2
0

I built JSON Viewer Pro — a fast, privacy-first JSON formatter/validator/minifier

DEV Community·suma sri·30 days ago
#eXcSRZF4
Reading 0:00
15s threshold

I recently shipped JSON Viewer Pro : https://jsonviewerpro.com/ It’s a lightweight web tool to help with everyday JSON tasks: Format / pretty-print JSON Validate JSON (catch syntax errors) Minify JSON View JSON (read large nested objects easier) The key goal was speed + privacy : JSON is processed in the browser so you don’t have to upload sensitive API responses to a server. Why I built it I frequently debug API responses and log payloads, and I found myself opening the same set of tools over and over: pretty print minified JSON check if JSON is valid minify JSON before sending/storing quickly inspect nested objects So I built a clean, focused tool that I could improve over time.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More