Skip to content

Allow dictionary/hashset-like sections #12

@Krakean

Description

@Krakean

For example:

[Server]
Name = 192.168.0.1
[Server.Alpha]
Name = 192.168.0.2
IsAlpha = true
[Server.Beta]
Name = 192.168.0.3
IsBeta = true

If describe it as json, it would look something like this:

{
   "Server" : [
        {
             "Name" : "192.168.0.1",
             "Alpha": {
                    "Name" : "192.168.0.2",
                     "IsAlpha" : true
             },
             "Beta": {
                 "Name" : "192.168.0.3",
                "IsBeta" : "true",
             }
       }
   ]
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions