| Issue 175: | Support request | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
|
|
| ► Sign in to add a comment |
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