Benchmarking JSON vs XML Parsing in Android revisited
In my previous post on this I mentioned that parsing the Google Reader XML (Atom) feed with SAX was faster than parsing the JSON stream with json-simple. However, this is no longer the case thanks to jackson which is used in the Reader Widgets from version 2.3. On my HTC G1 running Android 1.6 (donut) [...]
