JSON (JavaScript Object Notation) is the standard format for API responses.
Use json.loads() to parse JSON strings into Python dicts/lists.
Parse the user_json string and print the user's name and email.
Run your code to see output
Click "Submit" to check your answer