Properties File Editor
Parse and edit Java .properties files with key-value table view and Unicode escape handling.
AdSense
Top banner
.properties source
AdSense
Mobile inline (between input and results)
Parsed properties (10)
| Line | Key | Value (decoded) |
|---|---|---|
| 2 | app.name | My Application |
| 3 | app.version | 1.0.0 |
| 4 | app.description | A sample Application |
| 7 | db.host | localhost |
| 8 | db.port | 5432 |
| 9 | db.name | mydb |
| 10 | db.password | s3crét |
| 13 | greeting.en | Hello World |
| 14 | greeting.fr | Bonjour le monde |
| 15 | greeting.jp | こんにちは |
Was this page helpful?