Python - Structured Data Files
You have a Python list
data = [1, 2, 3]. How do you serialize it to a JSON string and then deserialize it back to a Python list?