mirror of
https://github.com/nlohmann/json.git
synced 2026-05-01 12:19:25 +00:00
📝 add documentation for integration via vcpkg
This commit is contained in:
@@ -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