赞
踩
有时候第三方提供的json文件,是不带缩进信息的,看起来比较头疼,如下图:
我们可以通过在vs code中安装一个json美化扩展进行格式化处理。
Beautify JSON.
# Notice: beautified result will replace whole file context.
Ctrl
+Shift
+J
, quick beautify with default config.
Indent: 2
PrimitiveType: keep
Ctrl
+Shift
+P
, choose Beautify JSON
.Indent
you want.Primitive Type
solution.Settings Icon
json.indent
json.primitiveType
用vs code打开你要格式化的json文件,然后按下“CTRL+SHIPT+J”
格式化的效果如下:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。