Import json
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Import json. Convert the dictionary {'name': 'Bob', 'age': 25} to a JSON string using json.dumps(). Then parse it back with json.loads(). Print the JSON string and the type of the parsed result.
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.