12 std::vector<CommonPlace> ret;
13 if (not js.contains(
"common_places"))
16 <<
") has the wrong structure. Missing key 'common_places'.";
20 for (
const auto& [locationName, priority] :
21 js[
"common_places"].get<std::map<std::string, int>>())