On Wed, Jul 14, 2010 at 1:45 PM, DanH <[email protected]> wrote: > It should be noted that XML is really a pretty lousy language all > around -- hard to code, slow/difficult to parse, bulky. For many > purposes, if you have a choice, JSON is a better option if you need a > human-readable notation, and there are any number of internal forms > that would be better than XML if you don't need it to be human- > readable/modifiable.
Well, whether XML is really a pretty lousy language is highly subjective. It depends a lot on what you need to do (I could go into detail in a separate thread). But I agree for many client-server applications, JSON is much easier. I've wound up writing several web services that supply the same data in either XML or JSON. -- 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

