The typical ConfigParser generated file looks like:
[Section] bar=foo [Section 2] bar2= baz
Now, is there a way to index lists like, for in
Only primitive types are supported for serialization by config parser. I would use JSON or YAML for that kind of requirement.