Json Assistant Help

展开嵌套 Json 结构


使用前提 :编辑器中仅包含或选中有效的 JSON 文本,且存在嵌套 JSON 字符串。

示例

{ "address": "{\"street\": \"科技路123号\", \"city\": \"杭州\"}", }
{ "address": { "street": "科技路123号", "city": "杭州" } }

单个转换

使用方式 :将鼠标悬停在时间戳上会显示转换提示,或使用 Alt+Enter 快捷键进行转换。

Single nested json

全局转换

  • 使用方式 :右键弹出菜单,点击 Json Assistant ,并在弹窗中选中 Extend… > Expand all nested JSON

  • 默认快捷键Alt+K

All nested json
Last modified: 26 March 2025