Simplest method to Convert Json to Xml

前端 未结 5 1620
挽巷
挽巷 2020-12-06 05:12

I have web-service in .net. When I retrieve data from database, it returns JSON File in Android Mobile. How can I convert JSON File to XML Or text.

5条回答
  •  猫巷女王i
    2020-12-06 06:02

    No direct conversion API is available in android to convert JSON to XML. You need to parse JSON first then you will have to write logic for converting it to xml.

提交回复
热议问题