Skip to content

Minor changes to the writer config field functionality

Afonso Mukai requested to merge json_config_field_re-factor into master

Created by: SkyToGround

Description of work

  • Changed the name(space) off the config field.
  • Un-coupled the config field code from the writer module.
  • Created KeyString type to avoid bugs caused by implicit use of std::string-constructor.
  • Improved logging by adding code for the fmt library to print JSON-objects.

Merge request reports