2021-11-07 15:13:37 +03:00
|
|
|
# <small>nlohmann::</small>json
|
2020-08-13 11:52:20 +03:00
|
|
|
|
|
|
|
|
```cpp
|
|
|
|
|
using json = basic_json<>;
|
|
|
|
|
```
|
2021-11-05 00:10:12 +03:00
|
|
|
|
|
|
|
|
This type is the default specialization of the [basic_json](basic_json/index.md) class which uses the standard template
|
|
|
|
|
types.
|
|
|
|
|
|
|
|
|
|
## Version history
|
|
|
|
|
|
|
|
|
|
Since version 1.0.0.
|