ToolHub
首页
工具
服务
文章
返回
JSON 格式化
格式化、压缩、校验、修复 JSON
格式化
收藏
分享
Format
缩进
清空
{"hello":"world","items":[1,2,3],"nested":{"a":1}}
Valid JSON · 7 keys · depth 2 · 50 bytes
Output
复制
{ "hello": "world", "items": [ 1, 2, 3 ], "nested": { "a": 1 } }
首页
工具
文章
登录