JSON in Python 2.x
Provided by json module, here is a description of default behavior.
Transformation from JSON to Python and back is symmetrical (only formatting is lost).
Transformation from Python to JSON is not:
strings are converted to unicode objects
