Properties to JSON Converter
Convert Java .properties files to JSON format. Supports key=value pairs, comments, line continuation, and optional dot-notation nesting into nested objects.
How to Use Properties to JSON Converter
The Properties to JSON Converter transforms Java .properties files into clean JSON format. Paste your properties content with key=value pairs, comments (# or !), and dot-separated keys. Enable nesting to convert dot-notation keys (like db.host) into nested JSON objects. Supports line continuation with backslash and both = and : separators. Perfect for migrating Java configuration to modern JSON-based systems, building config parsers, or converting Spring Boot properties to JSON.
Step-by-Step Instructions
- Paste your .properties file content into the input area
- Toggle nesting option for dot-separated keys
- Click Convert to JSON
- Copy the structured JSON output
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.