开发者工具

在线格式化 JSON

粘贴 JSON 并立即获得美观的格式化输出。

全部工具

JSON 格式化工具

Upload file
Drag & drop a file here, or choose a file.
JSON
输出

使用方法

  1. 粘贴你的 JSON 输入。
  2. 点击“格式化”进行美化和校验。
  3. 复制格式化后的输出。

Best practices

  • Preview the output before downloading or sharing it.
  • For best performance, try with smaller inputs first.
  • Avoid pasting sensitive data on shared devices.

隐私

部分工具在浏览器内运行。某些功能可能需要服务器处理。

示例
压缩输入
输入
{"a":1,"b":[true,false]}
输出

                                    
格式化输出
输入
{
  "a": 1,
  "b": [
    true,
    false
  ]
}
输出

                                    

Was this tool helpful?