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

Ability to view nested JSON data as a table #343

Open
sakshatshinde opened this issue Jul 19, 2023 · 2 comments
Open

Ability to view nested JSON data as a table #343

sakshatshinde opened this issue Jul 19, 2023 · 2 comments
Labels
feature Feature request or suggestion

Comments

@sakshatshinde
Copy link

Feature

Something similar to jsongrid

{
	"details": "foo",
	"vec_of_bars": [
		{
			"bar": "1",
			"bar_bar": "2",
			"bar_vec": [
				"ok",
				"okok"
			]
		},
		{
			"bar": "3",
			"bar_bar": "4",
			"bar_vec": [
				"ok",
				"okok"
			]
		}
	]
}

image

Alternative solutions or implementations

No response

Other context

No response

@sakshatshinde sakshatshinde added the feature Feature request or suggestion label Jul 19, 2023
@sakshatshinde sakshatshinde changed the title Ability to view nested JSON data as a set of tables. Ability to view nested JSON data as a table Jul 19, 2023
@AykutSarac
Copy link
Owner

Since jsongrid already does that, is there an opportunity that JSON Crack could improve and introduce as a new way to view json data?

@sakshatshinde
Copy link
Author

sakshatshinde commented Jul 28, 2023

Currently jsongrid just nests tables, maybe if jsoncrack made it look like a linked list of nested tables for better viewer experience it might be a much more readable.

image

image

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

No branches or pull requests

2 participants