🚧 toward an ordered_json type

This commit is contained in:
Niels Lohmann 2020-06-19 15:27:05 +02:00
parent e7452d8778
commit 4fd0d02b6f
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
6 changed files with 211 additions and 0 deletions

View file

@ -72,6 +72,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