CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
19.83k stars 2.42k forks source link

[NEW TOOL] JSON Tree Viewer #469

Open lukasgabriel opened 1 year ago

lukasgabriel commented 1 year ago

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.

Saik0Shinigami commented 1 year ago

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

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

lukasgabriel commented 1 year ago

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

sharevb commented 3 months ago

Hi @lukasgabriel and @CorentinTh, implemented in #1103