// formatters

YAML Quote Style Converter.

Convert YAML string scalars between unquoted, single-quoted, and double-quoted styles safely.

Client-sideThree stylesNo upload

YAML input

Converted

FAQ

What about YAML features that need quoting?

Only switch unquoted values that are safe plain scalars. If a value contains a colon, hash, or leading/trailing space, the converter keeps it quoted.

Does it work on maps too?

Yes — every string scalar in the document is rewritten to the chosen style. Numbers and booleans stay as-is.