list_data = list (data)

在上面的代码中,我们使用 open 函数打开了一个名为 file.json 的文件,并使用 json.load 函数将其加载到变量 data 中。最后,我们使用 list 函数将 data 转换为列表。

  • Python
  •