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
commit e316f5c5b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 256 additions and 3 deletions

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