Sign in
flutter
/
third_party
/
json.git
/
384442e8e5c7b684e2b1cc4acf0047d4d38e66d5
/
.
/
doc
/
examples
/
meta.cpp
blob: a051575ba417a003480a8339b8f370b24d35169f [
file
]
#include
<iostream>
#include
<iomanip>
#include
<nlohmann/json.hpp>
using
json
=
nlohmann
::
json
;
int
main
()
{
// call meta()
std
::
cout
<<
std
::
setw
(
4
)
<<
json
::
meta
()
<<
'\n'
;
}