mirror of
https://github.com/nlohmann/json.git
synced 2026-02-11 00:12:30 +00:00
📝 overwork documentation
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << json::meta() << std::endl;
|
||||
std::cout << std::setw(4) << json::meta() << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user