Properties Exchange
Properties Source
Input Preview
5 properties parsed
keyvalue
app.namePatchworkr
app.version1.0.0
server.hostlocalhost
server.port4321
server.securefalse
Converted Output
Rows
5
Columns
2
{
  "app.name": "Patchworkr",
  "app.version": "1.0.0",
  "server.host": "localhost",
  "server.port": 4321,
  "server.secure": false
}

How It Works

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.

Format Foundry

Related Tools