The string to parse as .properties
The result as an object
Parses a .properties file and returns the result as an object.
Filename or file descriptor
File encoding (default: utf8)
The result as an object
Converts a JavaScript object (associating keys to string values) to a .properties string.
The JavaScript object to convert
The .properties string corresponding to the given JavaScript object
Generated using TypeDoc
Parses a .properties string and returns the result as an object.