I\'d like to traverse a JSON object tree, but cannot find any library for that. It doesn\'t seem difficult but it feels like reinventing the wheel.
In XML there are
var localdata = [{''}]// Your json array for (var j = 0; j < localdata.length; j++) {$(localdata).each(function(index,item) { $('#tbl').append('' + item.FirstName +'); }