你需要怎么合并json?
把它们插入到一个数组里,最后把这个数组Jason.dump
用for k,v in everydict.items(): merge_dict.setdefault(k,[]).append(v)