アットウィキロゴ

json7

import json
path="example.txt"
r=[json.loads(line) for line in open(path)]
print(r[0]["tz"])
最終更新:2017年12月22日 09:11