JSON parsing problem

前端 未结 4 386
臣服心动
臣服心动 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:54

    If you are a using json-lib-2.4 as library, which I assume, you can parse strings with :

    JSONSerializer.toJSON(yourString).toString() 
    

    instead of using the JsonObject class

提交回复
热议问题