json/doc/mkdocs/docs/api/ordered_json.md

16 lines
243 B
Markdown
Raw Normal View History

2021-11-07 15:13:37 +03:00
# <small>nlohmann::</small>ordered_json
2020-08-13 11:52:20 +03:00
```cpp
2021-11-07 15:13:37 +03:00
using ordered_json = basic_json<ordered_map>;
2020-08-13 11:52:20 +03:00
```
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.