Sign in
flutter
/
third_party
/
json
/
92fa1d9582284a2eb0db8cc8769c57e88ec4cdc3
/
.
/
test
/
cmake_import
/
project
/
main.cpp
blob: d2d118b8544d2c3085b63a9b25cce2aed3cc578e [
file
] [
log
] [
blame
]
#include
<nlohmann/json.hpp>
int
main
(
int
argc
,
char
**
argv
)
{
nlohmann
::
json j
;
return
0
;
}