Sign in
flutter
/
third_party
/
json.git
/
1ce3fa5bc382cdb1f02dfcc035de5b9e640d9921
/
.
/
integration
/
example.cpp
blob: 1a7ac4de2e65f43b9f797bf1290491391a860067 [
file
] [
log
] [
blame
]
#include
<nlohmann/json.hpp>
#include
<iostream>
#include
<iomanip>
using
json
=
nlohmann
::
json
;
int
main
()
{
std
::
cout
<<
std
::
setw
(
4
)
<<
json
::
meta
()
<<
std
::
endl
;
}