JSON Crack – Visualize JSON data into graphs
41–50 of 100 posts
Re: JSON Crack – Visualize JSON data into graphs
#42There’s a message saying “incompatible device”. I’m using an iPhone.
Re: JSON Crack – Visualize JSON data into graphs
#43There’s a message saying “incompatible device”. I’m using an iPhone.
Re: JSON Crack – Visualize JSON data into graphs
#44Re: JSON Crack – Visualize JSON data into graphs
#45If 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…
Re: JSON Crack – Visualize JSON data into graphs
#46Could someone point what it uses to draw the tree chart?
Re: JSON Crack – Visualize JSON data into graphs
#47Looks good. Slight quibble, JSON with large value fields (eg: 4K text as a single line) blow out the containing box dimensions in the web visualiser. Maybe there's a flag to clip | wrap such values, if so I missed ny option to toggle it. ( I used MediaInfoCLI --output=JSON on some multitrack files from handbrake, the encode argument flags are a single large value )
There's a ->Still appears to be a slight issue with very large nodes (because of very long lines as values) scaling out of the view and being tricky to navigate into view again.
Still a handy tool for certain JSON structures for that first overview.