http://pypi.python.org/pypi/simplejson
I am just diving into the Python world and want to make a simple twitter application which requires the installation of simplejson
You can import json as simplejson like this:
import json as simplejson
and keep backward compatibility.