chyh1990 / yaml-rust

A pure rust YAML implementation.
Apache License 2.0
601 stars 138 forks source link

Add support for YAML 1.1 #163

Open macthecadillac opened 4 years ago

macthecadillac commented 4 years ago

Is there any chance you could add support for YAML 1.1 as well?

hoodie commented 4 years ago

YAML 1.2 is stricter, if you add support for 1.1 you'd weaken a bunch of guarantees. I found that I missed things like parsing "yes" to true. but you can emulate a bunch of these things relatively easy.