atxgeek 


just one more geek in a sea of austin techies
Showing posts with label minimize. Show all posts
Showing posts with label minimize. Show all posts

June 26, 2011

JSON bigger than XML??? #MarkupGeek

Continuing to chip away at my little Android programming projects, this week I put together some code to consume data from a JSON-formatted web feed.  JSON is more streamlined than XML and also happens to avoid certain cross-domain security roadblocks.  This means JSON is often a great choice for encapsulating objects and data that are destined for transport via web services over cell phone data plans.  It was a surprise, therefore, when I unexpectedly ran across an example of XML that was less verbose (smaller!) than its JSON equivalent...