JSON Tree View Example
Raw JSON input:
Parse
JSON Tree View
Selection Mode
Expand All
Collapse All
{
age
:
70
,
extra
: {
-
foo
:
"bar"
,
},
isStrong
:
True
,
knownWeakness
:
null
,
name
:
"Arnold"
,
nicknames
: [
-
"Terminator"
,
"The Governator"
,
],
}