8 #ifndef UTILS_MAP_TO_INDEX_H 9 #define UTILS_MAP_TO_INDEX_H std::string Str
Str is an alias for string.
nlohmann::json Json
Json is an alias for nlohmann::json.
This file includes nlohmann/json and defines an alias for a JSON class.
This file includes a part of C++ Standard Template Library and defines aliases for them...
Namespace for utility functions.
std::unordered_map< T, U > Map
Map is an alias for unordered map (same as dict in Python).
Map< Json, int > map_to_index(const Json &data, const Str &key)
Create a Map object from values of selected property in an array Json object to corresponding index i...