jQuery json
{ "week": { "startDate" : { "day" : 22, "month" : 10, "year" : 2009, }, "endDate" : { "day" : "29", "month" : "10", "year" : "2009", }, "keyWords" : "173", "landingPagePath" : "61", "index" : "2.84" } }
$.getJSON("GA_keywords_per_period.php?week="+i, function(json){ //alert("JSON Data: " + json.week.keyWords); data.addRows([ [new Date(json.week.startDate.year, json.week.startDate.day, json.week.startDate.month), parseInt(json.week.index), undefined, undefined] ]); chart.draw(data, {displayAnnotations: true}); });
http://www.hunlock.com/blogs/Mastering_JSON_%28_JavaScript_Object_Notation_%29
Categories: Malo mešano