Hi, I don't know about exact solution but if you're familiar with SAX parser it shouldn't be too difficult to build JSON hierarchy during parsing.
Here's some code and other information to help you out; http://stackoverflow.com/questions/5113711/convert-xml-to-json-format -- H On Sep 24, 2012, at 3:30 PM, Anoop C <[email protected]> wrote: > Hai All, > I"m looking exact solution for converting XML to JSON format in > android. I have weservice database that"s in XML format, that i want to get > as JSON, manipulate JSONArray and JSONObject .. Please help.. I heard > jackson& other pacakes, but how to implement i didn"t know.. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

