JSON Viewer
Paste your JSON on the left to view it formatted on the right
JSON Viewer
JWT Decoder
Base64 Decoder
Base64 Encoder
JSON Input
{ "name": "JSON Viewer", "version": "1.0.0", "features": [ "Easy to use", "Collapsible sections", "Beautiful display" ], "settings": { "theme": "dark", "autoFormat": true, "nested": { "level": 1, "data": "Example nested data" } } }
JSON View
Show Types
{
4 items
"
name
"
:
"
JSON Viewer
"
"
version
"
:
"
1.0.0
"
"
features
"
:
[
3 items
0
:
"
Easy to use
"
1
:
"
Collapsible sections
"
2
:
"
Beautiful display
"
]
"
settings
"
:
{
3 items
"
theme
"
:
"
dark
"
"
autoFormat
"
:
true
"
nested
"
:
{
2 items
"
level
"
:
1
"
data
"
:
"
Example nested data
"
}
}
}