DEV Community

Vijay C.K
Vijay C.K

Posted on

I built a simple JSON formatter tool — looking for feedback

Hey everyone,

I built a simple JSON formatter tool because I got frustrated with messy JSON while testing APIs.

It basically:

  • formats JSON instantly
  • makes it readable
  • works directly in the browser (no data is stored)

I know there are many tools out there, but I wanted to build something clean and fast for myself.

I’d really appreciate any feedback — especially if something feels slow, confusing, or missing.

Here’s the link:
https://www.devutilsonline.in/json-formatter

Thanks!

Top comments (0)