{ "id": "163388", "key": "AC-4496", "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": "2016-11-07T14:42:34.000+0000", "created": "2016-09-22T15:49:21.000+0000", "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-11-07T14:42:34.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [], "description": "A XML parser (json-java) gives me an object like this: https://github.com/AppWerft/Ti.RemoteXML/blob/master/test.json It is an object that contains as child partly arrays\r\n\r\nI tried to use this object as second parameter in KrollFunction.call().\r\n\r\nIn all cases crashes the app. I tried to convert the Object into HashMap, KrollDict or JSONObject (via contructor). The only working way is to send the object by toString(). But in this case the payload must be converted to object on JS layer and exactly t his I would avoid.\r\n\r\nAny ideas how I can clean transfer?\r\n\r\n", "attachment": [], "flagged": false, "summary": "Payload in KrollFunction: JNIUtil: !!! Unable to convert unknown Java object class 'java.util.ArrayList' to JS value !!!", "creator": { "name": "titanium@webmasterei-hamburg.de", "key": "titanium@webmasterei-hamburg.de", "displayName": "Rainer Schleevoigt", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "titanium@webmasterei-hamburg.de", "key": "titanium@webmasterei-hamburg.de", "displayName": "Rainer Schleevoigt", "active": true, "timeZone": "Europe/Berlin" }, "environment": null, "comment": { "comments": [ { "id": "400185", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, Can you provide a sample code? we will look into it. Thanks.", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-11-01T17:19:23.000+0000", "updated": "2016-11-01T17:19:23.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }