StructMapping v0.3.0 Release Notes

  • ➕ Added

    • mapping of json data to common c++ structure
    • reverse mapping of common c++ structure to json data
    • as types of member-data can be used:
      • std::list
      • std::vector
      • std::map
      • std::unordered_map
      • std::multimap
      • std::unordered_multimap

    🔄 Changed

    • registration of data members combined with initialization made optional