// converters

Properties to YAML.

Parse key=value .properties files (including comments and unicode escapes) and emit a YAML map.

Client-sideUnicode escapesNo upload

Properties input

YAML output

FAQ

How are comments handled?

Lines starting with # or ! are skipped. Inline `# ...` text is not preserved (properties does not support that).

What separators are accepted?

Both = and : are valid property separators. Whitespace around the key and value is trimmed.