DevToys
DevToys copied to clipboard
JSON analyzer tool
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
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