mirror of
https://github.com/nlohmann/json.git
synced 2026-05-15 18:55:26 +00:00
Reorganize directories (#3462)
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# <small>nlohmann::</small>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.
|
||||
Reference in New Issue
Block a user