data = "[{....},{...},...]" list_data = json.loads(data)
list = ... list_str = json.dumps(list)
json.dump(obj, fp)
data = json.load(fp)