-
Provide a from_json overload for std::map · c5e63fd6Théo DELRIEU authored
This overload is chosen only when BasicJsonType::string_t is not constructible from std::map::key_type. Currently, converting a map to json treats it as an array of pairs. fixes #1079
×