Portal Community

JSON Tree Visual Example

"customerData": {
"id": 42,
"name": "Acme Corp",
"tier": "gold",
"active": true,
"contacts": [ 3 items ]
}

Syntax Highlighting

JSON TypeColour
KeysBlue (#60a5fa)
String valuesGreen (#34d399)
Number valuesAmber (#fbbf24)
Boolean valuesPurple (#a78bfa)
nullGrey (#718096)
Collapsed arrays/objectsSummary count in grey

Interaction

Large Data Objects

Objects with more than 100 keys at the top level are collapsed by default. Arrays with more than 50 elements show the first 50 with a "Load 50 more" button to avoid UI slowdown.