JSON object java example: //Create JSON object JSONObject obj = new JSONObject(); //Add data to JSON object. obj.put("name", "Bharat");
確定! 回上一頁