Merge pull request #2258 from nlohmann/issue2179

Add ordered_json specialization with ordered object keys
This commit is contained in:
Niels Lohmann
2020-07-12 13:11:23 +02:00
committed by GitHub
7 changed files with 256 additions and 3 deletions
+1
View File
@@ -70,6 +70,7 @@ SOFTWARE.
#include <nlohmann/detail/output/serializer.hpp>
#include <nlohmann/detail/value_t.hpp>
#include <nlohmann/json_fwd.hpp>
#include <nlohmann/ordered_map.hpp>
/*!
@brief namespace for Niels Lohmann