| 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, with quoted values and simple scalar inference for booleans and numbers.
JSON objects flatten into dot-path keys when converting back to properties, which makes nested data easy to inspect.
Use Properties to JSON for app config snapshots, or JSON to Properties when you need a simple deployment-ready format.
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.