Open michael-projectx opened 1 year ago
A struct:
struct foo { key = 1 struct bar { key = 2 } }
Should be accessible via cfg['foo']['key'] or cfg['foo']['bar']['key']
cfg['foo']['key']
cfg['foo']['bar']['key']
Start out by making this only work for objects of type flexi_cfg::Reader. That should be pretty straight-forward
flexi_cfg::Reader
A struct:
Should be accessible via
cfg['foo']['key']
orcfg['foo']['bar']['key']