What are some neat tools for working with JSON in ...
# present-company
i
What are some neat tools for working with JSON in a visual / spatial way? I’ve got a few thousand DB records with cross-references, and I’d like to be able to dig through them interactively.
t
You could use Glamorous Toolkit for that.
❤️ 1
😄 3
t
There’s https://github.com/wellsjo/JSON-Splora (but not that interactive). I generally use jq directly on the command line (though again, not very interactive). Would love to hear about alternatives too 🙂
❤️ 1
k
t
Are you looking specifically to visualize the "cross-reference structure" / be able to jump around between records via the references?
(Asking because I think there is a lot out there in terms of being able to look at raw JSON and collapse / expand individual records, but if you want something to view this is more of a network structure / hypermedia where you can visualize the network structure, it's probably going to be really dependent on how the JSON is formatted.) As one example of a visual tool for "networks of things referencing each other in JSON", there is the cytoscape library, which is pretty awesome, and support a "JSON Graph" format. Worth looking at if you control how records go from DB to JSON https://js.cytoscape.org/
j
Unhelpfully: your daily driver programming environment should make this trivial (which is a variation on what @Tudor Girba said).
😭 1
c
Late, but could be helpful for others browsing. I really like tools like Data Voyager 2 https://vega.github.io/voyager2/ (seems to work in Chrome/not Safari)