Skip to content

Ini with nested values #13

@Lakritzator

Description

@Lakritzator

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions