Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have the following Json data :-

[{"accountid":"1-RMNT","name":"NASA"},
{"accountid":"1-XQN9","name":"NewAccount"},
{"accountid":"1-Q9VF","name":"Noratel Communication"},
{"accountid":"1-RNLY","name":"Nordstrom"}]

How can I convert this JSON data to XML? Any suggestions would be appreciated.

share|improve this question
1  
possible duplicate of Simplex method to Convert Json to Xml – Jacob Jul 26 '11 at 7:53
   

3 Answers

I don't have a direct solution, but using gson(JSON to object) and xstream(object to XML) is doable. It may need some extra mapping code.

share|improve this answer

You can check the class XML.java that it´s be included in the package org.jason.

share|improve this answer

Do not think difficult, Its a easy way to convert XML to JSON or JSON to XML, Just open http://www.utilities-online.info/xmltojson/ and paste your json codes or xml codes. After paste and press button, then you will get Output. Its very useful for you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.