Reads a YAML scalar as a string whatever its implied type.
shortcut: 1 and shortcut: "1" mean the same thing to a user, and YAML would otherwise hand back an Int for the first.
shortcut: 1
shortcut: "1"