N
NTools
工具
更新
English
离线代码工具
在页面里直接编辑 JSON。
粘贴 JSON 后原地修改字段;遇到字段值本身是 JSON 字符串,可以二次解析编辑;配置文件有注释或尾逗号时切到 JSON5。
JSON
JSON5
仅离线处理:不上传、不走服务器、不存储数据。
原始输入
{ "name": "NTools", "enabled": true, "nested": "{\"theme\":\"light\",\"count\":2}" }
解析
可编辑树
复制输出
重置
-
根节点
Object{3}
name
NTools
enabled
true
nested
{"theme":"light","count":2}