如何在java中解析JSONParse unicode值

时间:2014-02-24 10:54:25

标签: java eclipse

如何在java中解析unicode值的JSONParse

{"result":1,
"message":"",
"error":200,
"prizeList":{

    "39":{
        "prizeId":39,
        "campaignId":2,
        "prizeType":0,
        "couponType":null,
        "esTypeId":3,
        "title":"\u65e5\u51fa\uff0c\u5617\u9bae",
        "artist":null,
        "songTitle":null,
        "shareText":"\u5167\u6587\u7bc4\u672c",
        "isLimited":0,
        "limit":0,
        "weight":null,
        "backgroundColor":"27B4E8",
        "offerImage":null,
        "productImage":null,
        "sellLineImage":null,
        "walletImage":"http:\/\/mnbd.hercules.smartdrop.com.hk\/phalcon\/public\/prizes\/images\/eds_1_wallet.png",
        "alarmImage320":null,
        "alarmImage800":null,
        "alarmImage960":"http:\/\/mnbd.hercules.smartdrop.com.hk\/phalcon\/public\/prizes\/images\/eds_1_640X960.png",
        "alarmImage1136":"http:\/\/mnbd.hercules.smartdrop.com.hk\/phalcon\/public\/prizes\/images\/eds_1_640X1136.png",
        "audioFileName":"http:\/\/mnbd.hercules.smartdrop.com.hk\/phalcon\/public\/prizes\/audios\/img-30sec.mp3",
        "videoFileName":null,
        "couponTerms":null,
        "downloadable":1,
        "tags":"mcdalarm",
        "expiryDuration":168,
        "activeDate":1392768000,
        "inactiveDate":1395964800,
        "isActive":1,
        "createdOn":1392400385
    }}

title,shareText没有解析。它解析后给JSON解析器????。如何处理这个

0 个答案:

没有答案