Function parseJavaProperties

Parse Java properties from the given Java properties string.

ConfigDictionary parseJavaProperties (
  const(string) properties
);

Parameters

NameDescription
properties Text contents of the config to be parsed.

Returns

The parsed configuration.