I'm new to jquery and json.  I've looked at lots of examples of how to
process json data but they all seem to have field names that come
across in the data and are used in the foreach processing.  My data
looks like this:

{"aaData": [
["1001-00-1535.000","Tenant Improvements"],
["1001-00-1558.000","Selling costs"],
["1001-00-1560.000","Financing Fees"],
["1001-00-1560.001","Financing Fees - Legal"],
["1001-00-5799.000","Bad Debt Expense"],
["1001-00-5800.000","Amortization"],
["1001-00-5805.000","Depreciation"],
["1001-00-9999.000","Suspense"]
]}

I'm trying to drop these two fields into table rows.  Can someone
point me in the right direction as to how I reference the json data.

Thanks for your help.

Reply via email to