码迷,mamicode.com
首页 > 编程语言 > 详细

python 读写 json 文件

时间:2019-11-26 13:46:59      阅读:60      评论:0      收藏:0      [点我收藏+]

标签:dump   nbsp   color   obj   col   读写   研究   ati   pen   

import json

with open("D:\\研究生工作\\dataset generation\\file\\obj_vec_dict.json") as f:
    obj_vec = json.load(f)

 

import json

with open("D:\\研究生工作\\dataset generation\\file\\obj_vec_dist.json", w) as f:
    json.dump(obj_vec_dist, f)

 

python 读写 json 文件

标签:dump   nbsp   color   obj   col   读写   研究   ati   pen   

原文地址:https://www.cnblogs.com/xumaomao/p/11934609.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!