Properties to YAML
v1.0.2Convert Java .properties files to YAML and back with full Unicode key support.
Converts Java .properties files to YAML format and vice versa — translates hierarchical dot-notation keys (app.server.port=8080) to nested YAML structure and back.
How to use- →Paste a .properties file to convert it to YAML.
- →Or paste YAML to convert it to .properties format.
- →Nested dot-notation keys in .properties are correctly mapped to nested YAML objects.