JSON Crack – Visualize JSON data into graphs
51–60 of 100 posts
Re: JSON Crack – Visualize JSON data into graphs
#52Something that I am currently struggling at my job is how can I automatically convert everything in a JSON into a table. I'm writing my own "macros" to deal with it but it's far from ideal yet.
Re: JSON Crack – Visualize JSON data into graphs
#53One of my side projects is called GraphJSON (https://graphjson.com), where we took the opposite approach. Log events (kind of like nodes in your graph) in a segment/mixpanel/amplitude way and then use SQL to stitch these events together. Currently it just does basic visualizations like lines and tables, but it'd be awesome to do the flow charts you've created. Perhaps there's opportunity for partnership?
Re: JSON Crack – Visualize JSON data into graphs
#54Re: JSON Crack – Visualize JSON data into graphs
#55I thought this was a new feature in Microsoft Visio initially. Would “JSON Visio” be a breach of their trademark? https://trademarks.justia.com/742/75/visio-74275413.html
That being said, this is also a diagramming tool… I probably would recommend changing it
Re: JSON Crack – Visualize JSON data into graphs
#56Re: JSON Crack – Visualize JSON data into graphs
#57Re: JSON Crack – Visualize JSON data into graphs
#58Re: JSON Crack – Visualize JSON data into graphs
#59Earlier quoted context omitted.
Have you tried json-mode? Seems to work pretty well.
The point was that the keys and values are all aligned to the same minimal column numbers :) Both `json-mode` `json-reformat` don't seem to do that (and ideally I'd like something that'd work with Clojure/EDN code..)
Re: JSON Crack – Visualize JSON data into graphs
#60If you indent your code manually then you can achieve something that I feel looks quite similar. So the example they give would be written as: {"squadName": "Super hero squad", "homeTown": "Metro City", "formed": 2016, "secretBase": "Super tower", "active": true, "members": [{"name": "Molecule Man", "age": 29, "secretIdentity": "Dan Jukes", "powers": ["Radiation resistance", "Turning tiny", "Radiation blast"]}, {"nam…
If you climb to the top of a really tall mountain you'll get a similar perspective to what Google Maps provides.