JSON to Python

Create Python-ready data literals from any JSON object.

How it works

The converter maps JSON true, false and null to Python True, False and None, and builds nested dict and list literals.

Example