在python中将JSON数据写入文件

时间:2015-08-01 18:57:09

标签: python json writefile

我不太确定你如何写JSON所以请你帮助我,我试图在JSONpython进行此操作。这是伪代码

binary_students = json(students)

write_to_the_file_system(binary_students)

我不太了解它,有人可以帮助我。

1 个答案:

答案 0 :(得分:1)

您可以使用词典来存储Json数据,如下所示:

    For fine-grained control over your PCs power settings, click the
<p>    Change plan settings link next to the power plan youve... </p>

然后使用>>> dict = {'Student1':'x1','Student2':'x2'}

json