Add nlohmann::json::key_type #1951
Labels
kind: enhancement/improvement
state: stale
the issue has not been updated in a while and will be closed automatically soon unless it is updated
I'm planning to make a template where it accepts any kind of maps. It need to have key_type and value_type just like the map containers in STL. I want also the nlohmann::json to be supported on that template helper functions. json::value_type is already there but the key_type is not yet. I checked the latest version 3.7.3 and it is still not yet there.
Here is one of my template functions:
The text was updated successfully, but these errors were encountered: