Live data from Hacker News

Show HN: JSON For You – Visualize JSON in graph or table views

github.com

1–10 of 88 posts

Show HN: JSON For You – Visualize JSON in graph or table views

#1
After two years of improvement, I think it's time to share it with you all. Here’s a quick overview:

- Common features include validation, formatting, minification, and more.

- Visualize JSON in a graph or table view.

- Structured comparison with fallback to text comparison.

- Navigate though JSON using JSON pointer.

- Supports jq.

Would love to hear the community's questions, thoughts and comments!

Show HN: JSON For You – Visualize JSON in graph or table views
github.com

Re: Show HN: JSON For You – Visualize JSON in graph or table views

#5
post #4

What I’m hungry for is not so much this coherent application for exploring json data but rather a set of React components to integrate explorations like this into a web app. Does anybody know of any good components or libraries for that?

What about an embedded version of the website? I have seriously considered the need for an embedded version, and I plan to support it with high priority. But I'm not sure how much people actually need it.

Re: Show HN: JSON For You – Visualize JSON in graph or table views

#8
post #3
post #2

I love json tools, I use several like https://jsoneditoronline.org/ Any chance of a hosted version?

there is a link to one at the top under 'Get Started' I figured it was a link to documentation though

Not really, it’s the home page of the online editor. Was it my use of "Get Started" that confused you? I might have used it inappropriately, I'm not sure.

Re: Show HN: JSON For You – Visualize JSON in graph or table views

#9
post #4

What I’m hungry for is not so much this coherent application for exploring json data but rather a set of React components to integrate explorations like this into a web app. Does anybody know of any good components or libraries for that?

Already uses React, so might be able to rip some of the components out

Re: Show HN: JSON For You – Visualize JSON in graph or table views

#10
post #6

So it runs everything locally/in web worker, but there's a monthly quota and it requires a paid plan of $9.99 monthly to keep running it on my own machine?

Yes, but you can also deploy it locally, so you can use it for free. May I ask, do you think that programs running locally are not worth paying for if it is open source?
Post reply on HN