Sign in
◑
Theme
flutter
/
third_party
/
json
/
b83fe5dbf2c1a64a766ca44dae0afd8095205adc
/
.
/
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
;
}