标签: android json
我有一个非常大的json文件,当我尝试通过简单的方法解析它时,我想要解析它,它给了我outofmemory异常
JSONObject jsonObjMain = new JSONObject(myjsonstring);
如何从文件中获取特定对象。