My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 175: Support request
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Nov 2009


Sign in to add a comment
 
Reported by krassm...@gmail.com, Nov 10, 2009
Sorry, if I am posting this in the wrong forum....?

1. I do have an JSON parser that executes with classic ASP.

The ouput looks like this:

{"data": [{"id": 359,"title": "DEMA - Orlando","start": "2009-11-
04","url": "http:\u002F\u002Fwww.sportis.se"}

I am trying to load this data into the calender, but nothings happens?

Firebug indicates that the data is loaded, so I assume that something is 
wrong with the JSON output?

I am using the latest version.

Best regards, Joakim - Sweden




Nov 10, 2009
Project Member #3 adamrs...@gmail.com
your json needs to return something like this:

[{"id": 359,"title": "DEMA - Orlando","start": "2009-11-04","url":
"http:\u002F\u002Fwww.sportis.se"}]

make sure to include the trailing ]. also, no need for the 'data' property thing
Status: Done
Sign in to add a comment

Powered by Google Project Hosting