import yaml import json with open("example.yaml", 'r') as yaml_in, ... which made YAML into a superset of JSON, you should use ruamel.yaml (disclaimer: I am ...
確定! 回上一頁