13 lines
216 B
Markdown
13 lines
216 B
Markdown
# json
|
|
|
|
```cpp
|
|
using json = basic_json<>;
|
|
```
|
|
|
|
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.
|