← back
JSON → Python
offline
JSON to Python
Convert JSON to Python dict literal or dataclass.
JSON Input
{"name":"Alice","age":30,"active":true,"scores":[98,87,95],"address":{"city":"NYC","zip":"10001"}}
Dict
Dataclass
Copy
Python Output