Properties File Editor
Parse and edit Java .properties files with key-value table view and Unicode escape handling.
.properties source
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 | こんにちは |
Related tools
JSON to Java POJOCode
Generate Java POJO classes from JSON with getters, setters, and constructors.
JSON → CSVConverter
Convert JSON arrays to CSV locally.
CSV → JSONConverter
Convert CSV to JSON locally in your browser.
JSON to YAML ConverterConverter
Convert JSON to YAML with configurable indentation.
YAML to JSON ConverterConverter
Convert YAML to JSON and JSON to YAML locally in your browser.
JSON to XML ConverterConverter
Convert JSON objects to well-formed XML with indentation and attribute mapping options.