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