YAML by convention does not require strings to be in double quote. However, the YAML generator should force all strings to be. This is important because some users would want to use number(s) as a string. However, YAML parsers viewer any value with all digits as a number, even if the user wants it to be a string.