jsoncrack.com icon indicating copy to clipboard operation
jsoncrack.com copied to clipboard

Ability to view nested JSON data as a table

Open sakshatshinde opened this issue 11 months ago • 2 comments

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 avatar Jul 19 '23 11:07 sakshatshinde