Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. {
  2. "responseData": {
  3. "emotion":"",
  4. "lastinput":{actionResult={"value":{"label":"green","key":"1"},"result":"success","action":"displayClickableList"},
  5. "answer":"Sorry, I did not understand.",
  6. "link": {
  7. "href":"",
  8. "target":""
  9. },
  10. "extraData": {
  11.  
  12. },
  13. "responseSession": {
  14. "id":"c4a5ef257851a991eb32c69132c9",
  15. "transaction":"4"
  16. },
  17. "responseDetails": "null",
  18. "responseStatus": "200",
  19. "applicationUrl": "http://motorola-dev.teneocloud.com:80/motorola-va-1/"
  20. }
  21. }
  22.  
  23. jResponse=new JSONObject(sResponse);
  24.  
  25. >>>>>>>>>Thread EXCEPTION1: Response with invalid JSON format: , FrontendActivity.java L:421 ***** *org.json.JSONException: Unterminated object at character 502 of : sResponse
  26.  
  27. {
  28. "responseData": {
  29. "emotion":"",
  30. "lastinput":{"actionResult":{"value":{"label":"green","key":"1"},"result":"success","action":"displayClickableList"},
  31. "answer":"Sorry, I did not understand.",
  32. "link": {
  33. "href":"",
  34. "target":""
  35. },
  36. "extraData": {
  37.  
  38. },
  39. "responseSession": {
  40. "id":"c4a5ef257851a991eb32c69132c9",
  41. "transaction":"4"
  42. },
  43. "responseDetails": "null",
  44. "responseStatus": "200",
  45. "applicationUrl": "http://motorola-dev.teneocloud.com:80/motorola-va-1/"
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement