nlohmann::ordered_json

specialization that maintains the insertion order of object keys

Synopsis

Declared in <nlohmann/json_fwd.hpp>
using ordered_json = basic_json<ordered_map>;


Created with MrDocs