JSON データを Kendo UI Mobile Listview に変換しようとしています。私のphpスクリプトはこのデータを出力します:
[{"eventID":"1","name":"test","time":"12:00:00","category":"####","subcategory":"####","description":"Event for testing purposes","locationID":"1","picturePath":"http:\/\/####\/~z3370257\/images\/1.jpg"},{"eventID":"2","name":"test2","time":"13:00:00","category":"####","subcategory":"SEIT","description":"Event for testing purposes2","locationID":"1","picturePath":"http:\/\/####\/~z3370257\/images\/1.jpg"}]
この JS フィドルは、私のアプリと同じ html css と javascript ファイルを使用します。
私の質問は、データを正しく解釈するために、トランスポートおよび読み取りメソッドに何を入れる必要があるかということです。