I have a yaml file with the following data:
apple: 1 banana: \'2\' cat: "3"
My project is parsing it using Python(yaml.BaseLoader)