16 lines
228 B
Markdown
16 lines
228 B
Markdown
# ordered_json
|
|
|
|
```cpp
|
|
using ordered_json = basic_json<nlohmann::ordered_map>;
|
|
```
|
|
|
|
This type preserves the insertion order of object keys.
|
|
|
|
## See also
|
|
|
|
- [ordered_map](ordered_map.md)
|
|
|
|
## Version history
|
|
|
|
Since version 3.9.0.
|