The .ini format is flat by default, there is no standard way of having nested values.
To make this possible, the section name could be misused?
Default every section has the following:
[Pluginname]
Property=value
This could be extended with
[Pluginname.PropertyName]
Where the section must have a property with the name "PropertyName"
To make it possible to map collections:
[Pluginname.PropertyName]
Key=0
Now the ini-secion "sub" class must have a Key specified..
A detailed solution needs to be checked.
The .ini format is flat by default, there is no standard way of having nested values.
To make this possible, the section name could be misused?
Default every section has the following:
[Pluginname]
Property=value
This could be extended with
[Pluginname.PropertyName]
Where the section must have a property with the name "PropertyName"
To make it possible to map collections:
[Pluginname.PropertyName]
Key=0
Now the ini-secion "sub" class must have a Key specified..
A detailed solution needs to be checked.