| key | value |
|---|---|
| app.name | Patchworkr |
| app.version | 1.0.0 |
| server.host | localhost |
| server.port | 4321 |
| server.secure | false |
app.name: Patchworkr app.version: 1.0.0 server.host: localhost server.port: 4321 server.secure: false
Properties files are treated as flat key/value pairs, while quoted values and simple scalars are normalized on read.
YAML is parsed as a nested mapping structure, then flattened to dot-path properties when you reverse the conversion.
Use Properties to YAML for human-readable config, or YAML to Properties when you need a deployment-ready flat file.
Related Tools
Convert between CSV tables and JSON arrays.
Convert between .env files and JSON objects.
Convert between INI files and JSON objects.
Convert between JPG images and WebP files.
Convert between PNG images and WebP files.
Convert between JPG images and PNG files.