Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW TOOL] JSON Tree Viewer #469

Open
lukasgabriel opened this issue Jun 19, 2023 · 3 comments
Open

[NEW TOOL] JSON Tree Viewer #469

lukasgabriel opened this issue Jun 19, 2023 · 3 comments
Assignees
Labels

Comments

@lukasgabriel
Copy link

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
Copy link

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

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

@lukasgabriel
Copy link
Author

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 added a commit to sharevb/it-tools that referenced this issue May 18, 2024
sharevb added a commit to sharevb/it-tools that referenced this issue May 19, 2024
@sharevb
Copy link
Contributor

sharevb commented May 19, 2024

Hi @lukasgabriel and @CorentinTh, implemented in #1103

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants