Open lukasgabriel opened 1 year ago
Pretty sure that's this is what JSON prettify and format tool is doing?
Pretty sure that's this is what JSON prettify and format tool is doing?
Sort of, but not really. If you look at the first example in my post, that's what I am going for. A graphical "GUI" representation of the JSON tree structure instead of a "pretty-printed" text version. 😄
Hi @lukasgabriel and @CorentinTh, implemented in #1103
What tool do you want? JSON Tree Viewer
Describe the solution you'd like Tool that visualizes a JSON document in a tree structure. If you expanded this idea, a "table" type viewer could also make sense (see second example below.) Or other formats could be supported, such as YAML or TOML.
Is there an example of this tool in the wild? https://jsonviewer.stack.hu/ https://jsoneditoronline.org/ in 'Tree' mode.