jsonobject

    -1熱度

    1回答

    發送JSON我寫這個servlet:通過AJAX請求和servlet的我回報他們 protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("app

    0熱度

    1回答

    道歉,我已經在這裏嘗試了很多東西,似乎遇到了一些問題。這應該很簡單。 JSON文件: { "content": [ { "media_type": "text/html", "text": "<p>Hello world</p>" }, { "media_type": "text/plain", "text":

    2熱度

    2回答

    我想下面的JSON從Java發送到REST服務器 { "image_url":"image", "job_fqn":"jobfqn", "ignore_volumes":true } 我將其設置爲跟隨我的HttpClient JSONObject json = new JSONObject(); json.put("image_url","image

    0熱度

    2回答

    有沒有一種方法可以使用Gson來將這樣的JSON響應解析到下面的模型類中? {     "id": 123,     "phone": "123456789",     "config": {         "dynamicKey1": "true",         "dynamicKey2": "123"     } } 模型類: public class User {

    0熱度

    4回答

    我得到一個格式爲JSON的字符串,我嘗試獲取這些值。我的方法工作正常,但如果值中有一個空白區域,我的方法就會崩潰並且會降低異常。下面是我的代碼: private String getValue(String jsonval) { try { JSONObject jsonObject = new JSONObject(jsonval); return

    0熱度

    2回答

    我在android中使用谷歌地方API,我確信我的代碼生成的URL是正確的。 下面是我使用來獲取JSON數據的代碼: StringBuilder content = new StringBuilder(); try { URL url = new URL(theUrl); URLConnection urlConnection = url.ope

    0熱度

    1回答

    我可以使用下面的代碼讀取JSON對象RDD,而無需使用數據幀,這是我的JSON對象: {"first":"John","last":"Smith","address":{"line1":"1 main street","city":"San Francisco","state":"CA","zip":"94101"}} 這裏它閱讀RDD代碼: package com.spnotes.spark

    0熱度

    2回答

    它顯示我以下錯誤: 的JSONObject不能轉換到JSONArray 這裏是我的代碼: JSONArray jsonArray = jsonObject.getJSONArray("GetTabDataResult"); 我的JSON結果: {"GetTabDataResult":{"TabId":1,"Bands":[{"Id":1,"ImageURL":"http:\/\/www.yal

    -2熱度

    3回答

    我的選拔賽,但它給我的錯誤 我的JSON: { "status":true, "message":"Front About Found", "data":{ "FrontAbout":{ "ABOUT_ID":"1", "CONTENT":"and the arts. ", "SCHOOL_NAME":"The N

    0熱度

    2回答

    我認爲當我試圖使用Mockito來窺探JSONObject時出現問題。下面是從單元測試方法代碼: JSONObject json = new JSONObject(); json.put("token","value"); JSONObject spyJson = Mockito.spy(JSONObject.class); PowerMockito.whenNew(JSONObject.