2020-08-13 11:52:20 +03:00
|
|
|
# ordered_json
|
|
|
|
|
|
|
|
|
|
```cpp
|
|
|
|
|
using ordered_json = basic_json<nlohmann::ordered_map>;
|
|
|
|
|
```
|
2021-11-05 00:10:12 +03:00
|
|
|
|
|
|
|
|
This type preserves the insertion order of object keys.
|
|
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
|
|
|
|
|
- [ordered_map](ordered_map.md)
|
|
|
|
|
|
|
|
|
|
## Version history
|
|
|
|
|
|
|
|
|
|
Since version 3.9.0.
|