mirror of
https://github.com/nlohmann/json.git
synced 2026-09-24 14:20:11 +01:00
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