import json
* the standard library's json, which stems from a merge of simplejson way back
* simplejson
* ujson which can be much faster but is not exactly sound[0]
* cjson
* jsonlib
* demjson
* pyyaml (since yaml is a json superset)
[0] http://mod16.org/hurfdurf/?p=266