{ "id": "148473", "key": "AC-1323", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2015-09-30T03:35:37.000+0000", "created": "2015-06-03T21:09:02.000+0000", "labels": [ "android", "files" ], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-03-08T07:37:43.000+0000", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": " var file = Titanium.Filesystem.getFile(Ti.Filesystem.resourcesDirectory + \"data/myFile.json\");\r\n var blob = file.read();\r\n var text = blob.text;\r\n\r\nonly reads a portion of the JSON file. I can do a JSON.stringify(text) and see that it read a subset of the data. If you switch to pulling the same file from the web it works. Wanting to pull it locally so no dependency on internet.", "attachment": [], "flagged": false, "summary": "file.read().text on Android (JSON File) reads only partially", "creator": { "name": "bryoung", "key": "bryoung", "displayName": "Brandon Young", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "bryoung", "key": "bryoung", "displayName": "Brandon Young", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "354883", "author": { "name": "brentonhouse", "key": "brentonhouse", "displayName": "Brenton House", "active": true, "timeZone": "America/Chicago" }, "body": "I am seeing this as well. Any word?", "updateAuthor": { "name": "brentonhouse", "key": "brentonhouse", "displayName": "Brenton House", "active": true, "timeZone": "America/Chicago" }, "created": "2015-06-11T15:14:19.000+0000", "updated": "2015-06-11T15:14:19.000+0000" }, { "id": "354911", "author": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "body": "[~bryoung] , [~brentonhouse] we can not replicate this issue with the provided test case, can you help us to reproduce it? Another test case? or details about the device / android version / android build tools etc\r\n\r\nThanks", "updateAuthor": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "created": "2015-06-11T18:09:17.000+0000", "updated": "2015-06-11T18:09:17.000+0000" } ], "maxResults": 5, "total": 5, "startAt": 0 } } }