Sign in
flutter
/
third_party
/
json.git
/
1b06184f228a2883369f86ad2dc3f6f1932c9318
/
.
/
doc
/
mkdocs
/
docs
/
integration
/
example.cpp
blob: e5a31be4bd6884edf5cf11d11ade0670f524ed85 [
file
]
#include
<nlohmann/json.hpp>
#include
<iostream>
using
json
=
nlohmann
::
json
;
int
main
()
{
std
::
cout
<<
json
::
meta
()
<<
std
::
endl
;
}