mirror of
https://github.com/nlohmann/json.git
synced 2026-02-09 11:42:51 +00: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