ini-parser
ini-parser copied to clipboard
Support for values starting with spaces
Hello,
Is there any chance to have support for values starting with spaces in some future versions?
[section1] key1 = " value"
This is already supported. You can do
iniData["section1"]["key1"] = "\" value\"";