注意:JSONObject 和JSONArray的使用區別json
報錯:A JSONObject text must begin with '{' at character 1 of 字符串
分析: JSONObject json=JSONObject.fromObject(strInput);中的字符串strInput必須是以{開頭兒的。it
報錯:A JSONArray text must start with '[' at character 1 of
字符
分析:JSONArray array=JSONArray.fromObject(strInput));中的字符串strInput)必須是以[開頭兒的。嚴格注意兩者使用區別。tar