YamlDotNet
YamlDotNet copied to clipboard
Force a plain value
The problem: If a value has control flow characters '[ { (' etc in it, the YamlMember attribute is overridden to force single quoted values.
Example value {{ a.b.c }}.
Proposed solution: However, the 'ForcePlain' is an option for when the user "knows better" than the checks.