js-yaml icon indicating copy to clipboard operation
js-yaml copied to clipboard

Key starting with a colon `:`

Open ManUtopiK opened this issue 3 months ago • 0 comments

Hi!

When I parse this yaml :

:key: value

yaml.dump return this :

':key': value

But starting a key with a colon is well a valid yaml ? It should not be quoted.

ManUtopiK avatar May 14 '24 15:05 ManUtopiK