hwding
Results
1
issues of
hwding
Version: 1.2.83. Steps to reproduce, notice that after serialize and deserialize, `$.response` is missing. ```java JSONObject responseJson = new JSONObject(); responseJson.put("something", "here"); JSONObject dashKeyJson = new JSONObject(); dashKeyJson.put("response", responseJson); //...