Hi! When I parse this yaml : ```yaml :key: value ``` `yaml.dump` return this : ```yaml ':key': value ``` But starting a key with a colon is well a valid yaml ? It should not be quoted.
Hi!
When I parse this yaml :
yaml.dumpreturn this :But starting a key with a colon is well a valid yaml ? It should not be quoted.