JSON · WORKBENCH
JSON 工作台
格式化 · 压缩 · 转义 · 排序键 · Tree 视图 · JSONPath 查询,单页搞定。所有解析都在本地浏览器内进行。
输入 JSON
输出
{
"project": "taitan-tools",
"version": "1.0.0",
"active": true,
"tags": [
"json",
"yaml",
"toml",
"xml"
],
"owner": {
"name": "Tao",
"city": "上海",
"since": 2018
},
"endpoints": [
{
"name": "api",
"url": "https://api.taitan.dev",
"port": 443,
"secure": true
},
{
"name": "ws",
"url": "wss://ws.taitan.dev",
"port": 443,
"secure": true
}
],
"metadata": null
}