Loading...
Convert Java/Spring .properties files to YAML or JSON and back — dotted keys become nested structures, types are inferred. Auto-detects the input format.
Dotted keys (a.b.c) become nested structures. true/false and numbers are typed automatically.
app:
name: My Application
version: "1.0.0"
debug: true
server:
host: localhost
port: 8080
database:
url: "jdbc:mysql://localhost:3306/mydb"
pool:
size: 10