Show HN: I built JSONtree a tool to validate, format, and graph JSON for devs
1–5 of 5 posts
Re: Show HN: I built JSONtree a tool to validate, format, and graph JSON for devs
#2Hey HN, I created JSONtree (JSONtr.ee) to validate, format, and visualize JSON data.
As a developer, I often struggled with making raw JSON more readable and debugging complex structures. While tools like JSONLint are great, I noticed it breaks when dealing with JSON containing single quotes, which led me to create JSONtree. It offers: Automatic formatting and beautification of JSON. Interactive tree diagram generation for better visualization.
I'd love your feedback on how it could be improved or what features you'd like to see. Thanks for checking it out!
Re: Show HN: I built JSONtree a tool to validate, format, and graph JSON for devs
#3This is neat! It would be nice to have a zoom to fit on the graph side
Re: Show HN: I built JSONtree a tool to validate, format, and graph JSON for devs
#4This is neat! It would be nice to have a zoom to fit on the graph side
Thanks for the suggestion! A 'zoom to fit' feature is a great idea. I'll work on adding it soon!
Re: Show HN: I built JSONtree a tool to validate, format, and graph JSON for devs
#5Congratulations on the release, great to see more in this space. At the moment, I'm using https://jsoncrack.com/ (No affiliation) which also has a VSCode extension, any chance there's something that like on your roadmap?