Currently only "true" and "false" are supported since Java boolean parsing is used: https://github.com/autermann/yaml/blob/master/src/main/java/com/github/autermann/yaml/construct/YamlBooleanNodeConstruct.java#L40 Yaml supports many other possibilities, see http://yaml.org/type/bool.html