you

Results 2 issues of you

### 请描述您的需求或者改进建议 *对您想要需求或建议的清晰简洁的描述。* JSON格式化输出(JSONWriter.Feature.PrettyFormat)支持空格 ``` System.out.println(JSONObject.parseObject("{'foo':'bar'}").toJSONString(JSONWriter.Feature.PrettyFormat)); ``` 输出 ``` { "foo":"bar" } ``` 建议 1,缩进支持空格(目前是tab) 2,冒号后面一个空格(目前没有空格) ``` { "foo": "bar" } IDEA格式化和浏览器JSON格式化是上面两种风格 ### 请描述你建议的实现方案 *对您想要需求或建议的实现方案的详细描述。* ### 描述您考虑过的替代方案 *对您考虑过的任何替代解决方案或功能的描述。* #### 附加信息...

enhancement

### What this PR does / why we need it? [FEATURE] JSON 比对 #1946 ### Summary of your change add compare util #### Please indicate you've done the following: -...