I built JSON Buddy — a privacy-first JSON formatter + CSV/Excel JSON converter that works offline
json-formatter.net·4d·
Discuss: DEV
📋CSV Processing
Preview
Report Post

Hey everyone — I made a little web tool called JSON Buddy and figured I’d share it here in case it helps someone (and to get some honest feedback).

I do a lot of quick JSON work for APIs/logs/configs, and I kept running into two annoyances:
1) I don’t love pasting sensitive-ish JSON into random sites.
2) I also constantly need to turn CSV/Excel stuff into JSON for testing.

So this is my attempt at a “no drama” tool that just works.

What it does:

  • Format / prettify JSON
  • Validate JSON (spot errors fast)
  • Minify JSON
  • Convert CSV → JSON
  • Convert Excel (.xlsx/.xls) → JSON
  • Optional type inference (numbers / booleans / null)

The main thing:...

Similar Posts

Loading similar posts...