Commit 1c4450e3 authored by Niels Lohmann's avatar Niels Lohmann

Deployed ef556019 with MkDocs version: 1.2.3

parent 5b61782f
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>
#include <iostream> #include <iostream>
#include <iomanip>
using json = nlohmann::json; using json = nlohmann::json;
int main() int main()
{ {
std::cout << json::meta() << std::endl; std::cout << std::setw(4) << json::meta() << std::endl;
} }
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
No preview for this file type
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment