VsCode美化 Json
1.扩展中输入:pretty json
2. (Ctrl+A)选择Json文本
示例:
{ "name" : "runoob" , "alexa" :10000, "site" : null , "sites" :[ "Google" , "Runoob" , "Taobao" ] }
3. (Ctrl+Shift+P)打开输入框,输入pretty json
1.扩展中输入:pretty json
2. (Ctrl+A)选择Json文本
示例:
{ "name" : "runoob" , "alexa" :10000, "site" : null , "sites" :[ "Google" , "Runoob" , "Taobao" ] }
3. (Ctrl+Shift+P)打开输入框,输入pretty json