I built a tool to debug API responses (JSON/XML) faster — looking for feedback
Hey everyone,
While working with APIs, I kept hitting the same annoying issues:
- Invalid JSON breaking things
- XML responses that are hard to debug
- Comparing API responses manually when something changes
- No easy way to validate if an API response still matches expected structure
So I started building a tool to make this easier.
Right now it supports:
- JSON validation + auto-fix
- XML validation
- JSON diff (compare responses)
- (Working on) API contract monitoring — basically detecting when an API response changes unexpectedly
It’s still early, but I’m trying to make it genuinely useful for developers working with APIs.
Would love honest feedback:
- What’s missing?
- What would make this actually useful for your workflow?
Thanks 🙌
u/rohit2812 — 1 day ago