Convert Json to Xml In Android [closed]
I have a .net webservice and web method. When I retrive data from this webmethod it retrieves a JSO开发者_StackOverflowN file.
How can I convert JSON to XML?
You can use the JSON java library to do the conversion with the XML class. More options available on json.org.
精彩评论