jsonyaml官网 json{ "str": "str", "int": 1, "float": 1.1, "str_list": ["a", "b"], "dict": {"a": "a", "b": "b"}} yamldict: a: a b: bfloat: 1.1int: 1str: strstr_list:- a- b