Merge pull request #2258 from nlohmann/issue2179
Add ordered_json specialization with ordered object keys
This commit is contained in:
commit
e316f5c5b6
7 changed files with 256 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue