Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
11–20 of 48 posts
Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#12Am I missing something or does this just completely not do anything on iOS/mobile? I see in the json editor a single object with two keys, and then no visual tree rendering whatsoever
Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#13Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#14Cool project! If the input is an array of objects, the output graph is just a single block. Is this the expected output?
Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#15Hi HN, I’ve been working on JSONtr.ee, a web platform for visualizing and graphing JSON data. While building it, I ended up creating my own lightweight JavaScript library to help anyone convert a JSON file into a schema graph. Before creating this library, I used MermaidJS, but I ran into significant limitations, especially with large and deeply nested JSON objects. My library was built to handle these cases better a…
To showcase it better, I'd like to see more complex objects on the initial reveal, so I don't have to go and find & format a JSON object just to see if the app/library is worth using yet!
Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#16Am I missing something or does this just completely not do anything on iOS/mobile? I see in the json editor a single object with two keys, and then no visual tree rendering whatsoever
Sorry this was intensionally, I couldn't find a way to show the graph in mobile so I just hide the div. I will add a tab or a button to switch between the json and the graph.
Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#17Hi HN, I’ve been working on JSONtr.ee, a web platform for visualizing and graphing JSON data. While building it, I ended up creating my own lightweight JavaScript library to help anyone convert a JSON file into a schema graph. Before creating this library, I used MermaidJS, but I ran into significant limitations, especially with large and deeply nested JSON objects. My library was built to handle these cases better a…
The example on the site is a very simple JSON object that doesn't demonstrate JSONtr.ee's potential at all. To showcase it better, I'd like to see more complex objects on the initial reveal, so I don't have to go and find & format a JSON object just to see if the app/library is worth using yet!
Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#18Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#19Re: Show HN: I created a lightweight JavaScript library to visualize JSON as a graph
#20Am I missing something or does this just completely not do anything on iOS/mobile? I see in the json editor a single object with two keys, and then no visual tree rendering whatsoever
Sorry this was intensionally, I couldn't find a way to show the graph in mobile so I just hide the div. I will add a tab or a button to switch between the json and the graph.