mirror of
https://github.com/nlohmann/json.git
synced 2026-07-09 03:55:09 +00:00
472 B
472 B
nlohmann::json
using json = basic_json<>;
This type is the default specialization of the basic_json class which uses the standard template types.
Examples
??? example
The example below demonstrates how to use the type `nlohmann::json`.
```cpp
--8<-- "examples/README.cpp"
```
Output:
```json
--8<-- "examples/README.output"
```
Version history
Since version 1.0.0.