• lou_alcala 15 hours ago |
    Hey 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!

  • nbbaier 12 hours ago |
    This is neat! It would be nice to have a zoom to fit on the graph side
    • lou_alcala 9 hours ago |
      Thanks for the suggestion! A 'zoom to fit' feature is a great idea. I'll work on adding it soon!
  • pratio 5 hours ago |
    Congratulations 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?