Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.83 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. JSON issues in playn with HTML5
  2. com.google.gwt.core.client.JavaScriptException: (SyntaxError): JSON.parse: unexpected end of data
  3.        
  4. {
  5.     "Array": [
  6.         {
  7.             "CorrectAnswer": "A",
  8.             "AnswerA": "A",
  9.             "AnswerD": "D",
  10.             "Artist": "Artist",
  11.             "AnswerB": "B",
  12.             "Title": "Title",
  13.             "AnswerC": "C"
  14.         },
  15.         {
  16.             "CorrectAnswer": "A",
  17.             "AnswerA": "A",
  18.             "AnswerD": "D",
  19.             "Artist": "Artist",
  20.             "AnswerB": "B",
  21.             "Title": "Title",
  22.             "AnswerC": "C"
  23.         },
  24.         {
  25.             "CorrectAnswer": "A",
  26.             "AnswerA": "A",
  27.             "AnswerD": "D",
  28.             "Artist": "Artist",
  29.             "AnswerB": "B",
  30.             "Title": "Title",
  31.             "AnswerC": "C"
  32.         }
  33.     ]
  34. }