> x = jsyaml.load("bool: 'yes'") > Object {bool: "yes"} > jsyaml.dump(x) > "bool: yes > " The string 'yes' was implicitly converted to a boolean. Also happens with other boolean aliases.
The string 'yes' was implicitly converted to a boolean. Also happens with other boolean aliases.