Below is json object that I am having trouble with.  When I try to use
this object with JSONParser.parse(), I get JSONException.  I have
verified that the JSON object is of valid form but cannot figure out
why I am getting the exception.  I have narrowed it down to the
particular line of code that contains JSONParser.parse();

Anyone see anything here?

{"projects":[{"id":"1","title":"Project Number
1","priority":"High","openDate":"2009-06-05","closeDate":"2009-06-07","owner":
{"firstName":"John","lastName":"Doe","email":"m...@email.com","site":"http://
www.mysite.com"},"notes":[{"title":"This is a note","content":"This is
a note.  I am typing this to be long just so that it will show up as
scrollable when necessary.
","timestamp":"2009-06-07 13:28:55"},{"title":"Last note. Will be two
there.","content":"This is a note.  I am typing this to be long just
so that it will show up as scrollable when necessary.
","timestamp":"2009-06-07 13:30:12"}],"pictures":[]},
{"id":"2","title":"Project Number
2","priority":"Medium","openDate":"2009-05-20","closeDate":"2009-06-06","owner":
{"firstName":"John","lastName":"Doe","email":"m...@email.com","site":"http://
www.mysite.com"},"notes":[{"title":"Another Note","content":"This is a
note.  I am typing this to be long just so that it will show up as
scrollable when necessary.
","timestamp":"2009-06-07 13:29:09"}],"pictures":[]},
{"id":"3","title":"Project Number
3","priority":"High","openDate":"2009-06-04","closeDate":"","owner":
{"firstName":"Tom","lastName":"Smith","email":"t...@email.com","site":"http://
www.tomsite.com"},"notes":[{"title":"Note again","content":"This is a
note.  I am typing this to be long just so that it will show up as
scrollable when necessary.
","timestamp":"2009-06-07 13:29:25"}],"pictures":[]}]}

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to