我想让PyYAML的加载器将映射(和有序映射)加载到Python 2.7+ OrderedDict类型中,而不是vanilla dict和它当前使用的对列表.
dict
最好的方法是什么?
python serialization dictionary yaml pyyaml
dictionary ×1
python ×1
pyyaml ×1
serialization ×1
yaml ×1