mirror of
https://github.com/nlohmann/json.git
synced 2026-08-09 14:49:31 +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