Hi All,
First off, great job with the API.
Python 2.6 includes the simplejson under the name 'json'
proposed:
{{{
import urllib
import httplib2
try:
import json
except ImportError:
import simplejson
}}}
Thanks!
-Erik
Original issue reported on code.google.com by ekar...@gmail.com on 12 Jun 2009 at 8:37
Original issue reported on code.google.com by
ekar...@gmail.com
on 12 Jun 2009 at 8:37