A
阿伟工具箱
返回首页
JSON 编辑器
JSON 可视化、编辑、格式化工具,支持树状结构展示和实时预览
Format
Compress
{ "example": "JSON Viewer", "features": [ "Syntax highlighting", "Tree view", "Validation", "Formatting" ], "nested": { "isAwesome": true, "score": 100 } }
{
3 items
"
example
"
:
"
JSON Viewer
"
"
features
"
:
[
4 items
0
:
"
Syntax highlighting
"
1
:
"
Tree view
"
2
:
"
Validation
"
3
:
"
Formatting
"
]
"
nested
"
:
{
2 items
"
isAwesome
"
:
true
"
score
"
:
100
}
}