228 B
228 B
ordered_json
using ordered_json = basic_json<nlohmann::ordered_map>;
This type preserves the insertion order of object keys.
See also
Version history
Since version 3.9.0.
using ordered_json = basic_json<nlohmann::ordered_map>;
This type preserves the insertion order of object keys.
Since version 3.9.0.