Fetch a sub-section of the config as another config.
Commonly used for example to fetch further configuration from arrays, e.g.: getConfig("http.servers[3]") which then returns the rest of the config at that path.
Path to the wanted config. See get().
A sub-section of the configuration.
See Implementation
Fetch a sub-section of the config as another config.
Commonly used for example to fetch further configuration from arrays, e.g.: getConfig("http.servers[3]") which then returns the rest of the config at that path.