码迷,mamicode.com
首页 > Web开发 > 详细

org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]

时间:2017-06-23 19:39:16      阅读:345      评论:0      收藏:0      [点我收藏+]

标签:长度   note   sdn   json.js   handle   文本编辑   txt文本   文本文件   字符串   

参考:

http://bbs.csdn.net/topics/390851535

 

内容:

多一个字符原因:
用文本编辑器(notepad++)打开test.txt文本文件
技术分享
第一次选择的是红框的编码,这样读出来的字符串长度总是为28(莫名的多了一个字符),会报异常,因为第一个字符不是‘{’
第二次选择的是蓝框的编码,这样读出来的字符串长度就是27,和我们认为的长度一样,也不会报异常

 

我的代码处理:

 1 ASOTest.handleDownTotal(downtotalCollection,line.substring(1));//line.substring(1),排除第一个字符多出来的情况,JSONObject识别不到第一个字符为‘{‘ 

org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]

标签:长度   note   sdn   json.js   handle   文本编辑   txt文本   文本文件   字符串   

原文地址:http://www.cnblogs.com/tangyongathuse/p/7071243.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!