Convert JSONObject to Map ... HashMap<String,Object> result = new ObjectMapper().readValue(<JSON_OBJECT>, HashMap.class);. You can use Gson() (com.google.gson) ...
確定! 回上一頁