it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

[NEW TOOL] JSON Tree Viewer

Open lukasgabriel opened this issue 2 years ago • 3 comments

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.

lukasgabriel avatar Jun 19 '23 14:06 lukasgabriel

Pretty sure that's this is what JSON prettify and format tool is doing?

https://it-tools.tech/json-prettify

Saik0Shinigami avatar Jun 19 '23 21:06 Saik0Shinigami

Pretty sure that's this is what JSON prettify and format tool is doing?

https://it-tools.tech/json-prettify

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. 😄

lukasgabriel avatar Jun 21 '23 12:06 lukasgabriel

Will probably make a PR

sharevb avatar May 10 '24 17:05 sharevb

Hi @lukasgabriel and @CorentinTh, implemented in #1103

sharevb avatar May 19 '24 19:05 sharevb