2013-10-24 63 views
0

我是JSON的新手。我正在嘗試使用下面的代碼從文件中檢索JSON數據。作爲下面提到數據沒有得到迴應 r n

$.getJSON("test1.json",function(data){ 

在文件中的數據:

{ 
    "Ad": [ 
     { 
      "ImpUrl": "http:\/\/test.com\/18148682\/385490696\/?_RM_HTML_CALLBACK_=callbackFunction", 
      "ClkUrl": "http:\/\/test.com\/HomeLending_TDB_HP_B_EN_b000-00-647.html\/446f783068314a6e3232674144484e69?_RM_HTML_CALLBACK_=callbackFunction", 
      "FileUrl": "http:\/\/test.com\/385490696\/?_RM_HTML_CALLBACK_=callbackFunction", 
      "Text": " \r\n\r\n \"Great\r\n <\/div> \r\n\r\n\r\n\r\n\r\n\r\n\r\n Great rates, legendary service.\r\n <\/h5>\r\n\r\n\r\n \r\n\r\n <\/a>\r\n A mortgage with all the comforts of home.\r\n <\/li>\r\n \r\n <\/ul>\r\n \r\n Calculate your rates and payment<\/span><\/a>\r\n\r\n \r\n\r\n > Buying a Home? <\/a> 
      \r\n \r\n> Refinancing?<\/a>\r\n <\/p>\r\n <\/div>\r\n<\/div>", 
     } 
    ] 
} 

當我從它開始裏面去的數據刪除所有「\」 和 「\ n \ r」功能,但與這些它不。

感謝,
-Ritesh

+0

你的問題是什麼? – vipw

+0

請參閱http://stackoverflow.com/questions/395379/problem-when-retrieving-text-in-json-format-containing-line-breaks-with-jquery – erKURITA

+0

我的問題是,如果我收到這種類型的數據服務器,該怎麼做,以便它進入上面提到的功能。 – Ritesh

回答

0

僅限Ritesh你的JSON數據沒有很好地格式化,檢查「結束和結束。我看到附近有一個額外的報價」大。

+0

即使它沒有工作,我也刪除了\「。 – Ritesh