DataStays

JSON to Java .properties

Emit a .properties file from JSON. It works best for flat config maps and simple objects; nested values are JSON-encoded, and the output is a basic key=value file rather than a full Java-properties escape/continuation writer.