mirror of
https://github.com/nlohmann/json.git
synced 2025-07-06 06:42:33 +03:00
📝 add mkdocs
This commit is contained in:
9
doc/mkdocs/docs/integration/example.cpp
Normal file
9
doc/mkdocs/docs/integration/example.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <iostream>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << json::meta() << std::endl;
|
||||
}
|
Reference in New Issue
Block a user