Sign in
flutter
/
third_party
/
json.git
/
c3c574cf962065f7ad57d14d58757862db80c565
/
.
/
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
;
}