• Théo DELRIEU's avatar
    Provide a from_json overload for std::map · c5e63fd6
    Thé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
    c5e63fd6
unit-conversions.cpp 39.1 KB