pw_config_loader#

This directory contains the code to extract specific sections of user-specific configuration files for different parts of Pigweed.

There are two different supported structures for extracting sections:

section_title:
  foo: bar
config_title: section_title
foo: bar

In addition, section titles can be nested:

section_title:
  subtitle:
    subsubtitle:
      foo: bar
config_title: section_title.subtitle.subsubtitle
foo: bar

Similar data structures are also supported in JSON and TOML.