Ini struct containing the parsed data.parseIni
Parses INI content into an Ini object.
Parameters
text | The INI content to parse. |
policy | Configuration policy. |
Returns
An
Throws
IniParseException if the content is malformed (according to
policy.strict) - e.g. unclosed quotes, disallowed global properties, empty section names, trailing garbage after a quoted value, or unparseable lines.