Hi..
I am looking to pull data for timeline from a JSON file. I get below error. Please help in fixing this.
JSON file used.
{
"cols": [
{"id":"Room","label":"Room","pattern":"","type":"string"},
{"id":"Name","label":"Name","pattern":"","type":"string"}
{"id":"Start","label":"Start","pattern":"","type":"date"},
{"id":"End","label":"End","pattern":"","type":"date"}
],
"rows": [
{"c":[{"v":"WATCH","f":null},{"v":"TODAYS","f":null},{"v": new Date(2013,10,10,01,46,0),"f":null},{"v": new Date(2013,10,10,06,31,0),"f":null}]},
{"c":[{"v":"WATCH","f":null},{"v":"AVERAGE","f":null},{"v": new Date(2013,10,10,01,52,0),"f":null},{"v": new Date(2013,10,10,06,37,0),"f":null}]}
]
}