JSON數據解析的四種方式

JSONObject JSONObject jsonObject = new JSONObject(); jsonObject.put("key", "value"); String jsonString = "{\"key\":\"value\"}"; JSONObject jsonObject = new JSONObject(jsonString); String object = jso
相關文章
相關標籤/搜索