mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 20:06:25 +00:00
deploy: 26cfec34be
This commit is contained in:
10
integration/xmake/example.cpp
Normal file
10
integration/xmake/example.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << std::setw(4) << json::meta() << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user