Converts the given JavaScript object to the Java properties file format.
Only the properties returned by Object.entries() will be part of the returned string.
Keys must be of type string. Values may be of any type and they will be converted using
string coercion.
Converts the given JavaScript object to the Java properties file format.
Only the properties returned by Object.entries() will be part of the returned string. Keys must be of type
string. Values may be of any type and they will be converted using string coercion.