Binary package “tao-config-dev” in ubuntu oracular

header library that reads config files and produces a JSON value

 C++ header-only library that reads config files based on JSON and JAXN
 formats and in turn, produces a single JSON valur as a result.
 .
 Its features are as follows:
  1. JAXN syntax with extensions (backwards compatible with JSON).
  2. JAXN data model (JSON extended with binary data and non-finites).
  3. Meta data, all sub-values are annotated with filename and position.
  4. Copy, reference, replace and delete anything in the JSON structure.
  5. Multiple ways to read and parse other config and data files.
  6. Uses environmental variables and the output of arbitrary
     shell commands.