stevo_ wrote:
^ Why JSON? because its the latest buzz word? he could just render in fragments of javascript
why not JSON?
var array = [["a", "b", "c"], ["d", "e", "f"], ...];
vs.var array2 = new Array(new Array("a", "b", "c"), new Array("d", "e", "f"), ...);