Thousands of legacy systems still keep their configuration in .properties files — and every modern one wants JSON. Migrating by hand means flattening and unflattening dotted paths, decoding \uXXXX escapes, joining continuation lines and deciding whether items.0 is a list or a map. It is mechanical work, and machines are good at it.
Convert Properties to JSON parses any standard properties file and rebuilds it as nested JSON. Comments, escapes, continuations and dotted keys are handled automatically, numeric segments become arrays, and values can be typed as booleans and numbers. One click, all client-side.