Create Python-ready data literals from any JSON object.
The converter maps JSON true, false and null to Python True, False and None, and builds nested dict and list literals.