While all supported configuration file formats support hierarchical configuration, the sys config store doesn't allow parsing the system properties like that. It would be good to add a "hierarchical" option to the config store to facilitate loading just as with the properties format. This would enable better interoperability with JSON/YAML/HOCON files.
While all supported configuration file formats support hierarchical configuration, the
sys
config store doesn't allow parsing the system properties like that. It would be good to add a"hierarchical"
option to the config store to facilitate loading just as with theproperties
format. This would enable better interoperability with JSON/YAML/HOCON files.I will submit a PR with these changes shortly.