Open macthecadillac opened 4 years ago
Is there any chance you could add support for YAML 1.1 as well?
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.
"yes"
true
Is there any chance you could add support for YAML 1.1 as well?