JSON parsing problem

前端 未结 4 395
臣服心动
臣服心动 2020-12-09 23:51

i am trying to Json parsing in my android app the link is https://www.buzzador.com/apps/present_software/webservice/index.php?op=ProductQ&campaign_id=607&userid=1077

4条回答
  •  情书的邮戳
    2020-12-10 00:45

    To remove character like (\n) or unwanted character in json string used commons-lang3:3.4 library in program . i used this class to remove unwanted character in json string "StringEscapeUtils.unescapeJava(string)".

    this will help you.

提交回复
热议问题