TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Format/Edit/Minify multiple JSON at the same time

1 pointsby sourabh86almost 5 years ago

1 comment

sourabh86almost 5 years ago
Hi All,<p>I have been working with large JSON objects quite a lot in recent past. One of the main problems I see with every online JSON formatter out there is that if I need to work with multiple JSON then I have to open multiple tabs and there was no way to keep track of where what is. I created jsontoolbox to scratch my own itch and may be help others who might have similar problems.<p>Here are some features -&gt; 1. Format&#x2F;Minify multiple JSON on the same page. 2. Copy a sub object&#x2F;value in a single click. 3. Copy minified string in a single click on formatter. 4. Name every JSON and quickly download with same file name.<p>Hope this is useful for some one else as well. Looking for feedback.<p>-Sourabh