DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.74k stars 1.43k forks source link

JSON analyzer tool #1332

Open IncrediblePony opened 1 month ago

IncrediblePony commented 1 month ago

What feature or new tool do you think should be added to DevToys?

A great addition would be a JSON analyzer tool where you could paste some JSON into a text field and show a searchable structure in which you could collapse/expand objects and mark values for comparison.

inspiration: https://jsonviewer.stack.hu/ but better

Why do you think this is needed?

I deal a lot with 3rd party REST APIs and their responses can be, confusing/long winded, to say the least. It would be awesome to have a tool in my toolkit to analyze JSON better.

Solution/Idea

image

A very crude mock-up but should outline the general idea. Have a JSON input. Have a JSON viewer with collapsible/expandable objects. Possible to highlight multiple values for comparison in separate window.

Comments

No response

tonixx commented 1 month ago

Love the idea! Someone should build this (maybe with the help of AI)