json retrival failed with jquery .each

Posted by user545520 on Stack Overflow See other posts from Stack Overflow or by user545520
Published on 2010-12-27T19:41:03Z Indexed on 2010/12/27 19:53 UTC
Read the original article Hit count: 138

Filed under:
|
|

{"paging": {"pageNum":2,"action":"Next","type":"","availableCacheName":"getAllFunds","selectedCacheName":"","showFrom":101,"showTo":200,"totalRec":289,"pageSize":100},

"Data":[{"sourceCodeId":0,"radio_fund":"individua l","availableFunds":[],"fundId":288,"searchName":[],"fundName":"Asian Equity Fund A Class Income","srcFundGrpId":"PGI","firstElement":0,"las tElement":0,"totalElements":0,"pageList":[],"standardExtract":true}]

I have json file with above format with two fileds,one paging and one is Data array.

I able to retrieve values of paging,but i am not able to retrieve the values of data array with .each function of jquery.

Any suggestions or inputs really appreciated.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery