Java Properties ↔ JSON
Convert .properties files to and from JSON.
About this tool
Java's classic .properties format with comments (#, !), separators (=, :, whitespace), line continuations (\), and Unicode escapes (\uXXXX) — converted to/from a flat JSON object.