如何将 Python 字符串转换为列表字典?
在 python 中,你可以使用 json 模块将字符串转换为 lista[dicts]。
具体步骤如下:
str_content = ''' [ { "id": "failure", "description": null, "event": [], "rowid": 1 }, { "id": "virtual", "description": null, "event": [], "rowid": 2 }, { "id": "cleaning", "description": null, "event": [], "rowid": 3 } ] '''
- 使用 json.loads() 函数将 json 字符串转换为 python 数据结构。该函数的参数是包含 json 字符串的变量。它将返回一个列表字典,其中每包含一个字典,字典对应 json 字符串中的每个对象。
expected_result_converted = json.loads(expected_result)