Manage double backslahes added automatically by JSON in python

后端 未结 0 1803
囚心锁ツ
囚心锁ツ 2020-12-28 19:11

I have the code as below,

    with open(Elastic_Secret_File) as f:
        yaml_data = yaml.safe_load(f)
        for key, value in dict(yaml_data["xxx&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题