Open
Description
From anonymous:
Many compilers include hash_map class and now it is even in C++11 standard by the name unordered_map.
I propose another macro JSON_MAP_TYPE which will be defined to the best possible class.
Currently I can choose only JSON_USE_CPPTL_SMALLMAP or not.
It is not enough, I want to use map based on hash, it will be more efficient.