This is why I use JQ, which I have seen tackle gigabyte-size files.
Show HN: JSON For You – Visualize JSON in graph or table views
21–30 of 88 posts
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#22What 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?
Perhaps (although unlikely) this thing I created 5 years ago helps, it's a react component created to be embedded in a go app but is independent, created just to scratch my own itch and not published to npm but anyone can just vendor it: https://github.com/egeozcan/json-tail/tree/master/data also has storybook but no online demo I'm sorry :( edit: ha, I also found the plain js/css/html version there, a surprise from…
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#23I have a UX complaint about the carousel images on https://json4u.com/ While I was looking at the image and trying to understand, the carousel moved to the next image. It's too fast, and I can't get back to the first image without it immediately switching me to the second image. I can't get it to sit still either and NOT switch to the next image. Some carousels pause themselves when the cursor is hovering over it, bu…
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#24Re: Show HN: JSON For You – Visualize JSON in graph or table views
#25Re: Show HN: JSON For You – Visualize JSON in graph or table views
#26I have a UX complaint about the carousel images on https://json4u.com/ While I was looking at the image and trying to understand, the carousel moved to the next image. It's too fast, and I can't get back to the first image without it immediately switching me to the second image. I can't get it to sit still either and NOT switch to the next image. Some carousels pause themselves when the cursor is hovering over it, bu…
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#27i am using https://jsonhero.io/ for a time and happy with it. but i will definitely check this out too.
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#28Looks interesting! Reminds me of XMLSpy JSON Grid view - https://www.altova.com/images/json-editor-grid.png Any plans to make an editor on top of this?
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#29nice tool, i created a tool for viewing csv and i tested with my goto csv file and it crashed :-) . you might want to use paging for tables or use virtualization for table view.
I want the table view to support not just regular array but also complex object structures (like nested structures). The latter results in an irregular structure of tables within tables, and I currently don't have a good approach to implement this using a virtual list.
Re: Show HN: JSON For You – Visualize JSON in graph or table views
#30i've been using visidata for visualizing json and csv in table views, querying it, plotting it, etc. the node-link graph in here is something i wish visidata could do