将ResponseEntity转换为JSONObject

时间:2018-09-27 07:17:38

标签: json spring-boot

如何将ResponseEntity转换为JSONObject。 我尝试创建一个JSONObject并将ResponseEntity body传递给JSON

JSONObject jsonObj = new JSONObject(responseEntity.getBody().toString());

,但出现如下错误。

org.json.JSONException: JSONObject["resultSet"] not found.
at org.json.JSONObject.get(JSONObject.java:224)

0 个答案:

没有答案