Serialize and parse structured data.
json.dumps
json.loads
import json def roundtrip(data): # TODO pass