#使用notepad++格式化JSON
0、下面的字符串为待处理的json字符串:
{ "array": [ 1, 2, 3 ], "boolean": true, "color": "#82b92c", "null": null, "number": 123, "object": { "a": "b", "c": "d", "e": "f" }, "string": "test"}
1、使用notepad++的JSON Viewer插件格式化JSON字符串:
安装notepad++默认是不安装该插件的。
1.1 安装JSON Viewer插件;



1.2 格式化json字符串;

