1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-25 13:41:56 +03:00

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

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