展开嵌套 Json 结构
使用前提
:编辑器中仅包含或选中有效的 JSON 文本,且存在嵌套 JSON 字符串。
示例
{
"address": "{\"street\": \"科技路123号\", \"city\": \"杭州\"}",
}
{
"address": {
"street": "科技路123号",
"city": "杭州"
}
}
单个转换
使用方式
:将鼠标悬停在时间戳上会显示转换提示,或使用 Alt+Enter 快捷键进行转换。

全局转换
使用方式
:右键弹出菜单,点击Json Assistant
,并在弹窗中选中 Extend… > Expand all nested JSON。默认快捷键
: Alt+K

Last modified: 26 March 2025