property StringifyOptions.condenseFlow
If true flow sequences will be condensed, omitting the
space between key: value or a, b. Eg. '[a,b]' or {a:{b:c}}.
Can be useful when using yaml for pretty URL query params
as spaces are %-encoded.
Parsing and serializing of YAML files
If true flow sequences will be condensed, omitting the
space between key: value or a, b. Eg. '[a,b]' or {a:{b:c}}.
Can be useful when using yaml for pretty URL query params
as spaces are %-encoded.