data = [] · for f in glob.glob("*.json"): · with open(f,) as infile: · data.append(json.load(infile)) · with open("merged_file.json",'w') as outfile ...
確定! 回上一頁