This post originated from an RSS feed registered with Python Buzz
by Mark Ramm.
Original Post: Python JSON implementations
Feed Title: Compound Thinking
Feed URL: http://compoundthinking.com/blog/index.php/category/programming/feed/
Feed Description: New perspectives on Information Technology.
Sometimes when you do web service type things you have to pass around large data sets, and sometimes performance matters.
We have to interface with a bunch of different kinds of web services, so we use JSON+Rest, SOAP, XML-RPC, or whatever we need to to get the job done.
For a [...]