Parsing JSON Data

Python

Parse JSON String

Parsing JSON

JSON (JavaScript Object Notation) is the standard format for API responses.

Use json.loads() to parse JSON strings into Python dicts/lists.

Your Task

Parse the user_json string and print the user's name and email.

Code Editor
Loading PYTHON engine...
Loading...
Loading Python engine...

Run your code to see output