Language
Compiler
Options
$ {
"array": [
1,
2,
3,
4,
5
],
"boolean": false,
"null": null,
"number": 23,
"string": "Hello, world!"
}
Exit Code:
0
Author
anonymous
over 8 years ago
Author
anonymous
over 8 years ago
$ prog.cc: In function 'int main()':
prog.cc:21:10: warning: 'std::istream& nlohmann::operator<<(nlohmann::basic_json<>&, std::istream&)' is deprecated (declared at json.hpp:7681) [-Wdeprecated-declarations]
j << ss;
^
{
"array": [
1,
2,
3,
4,
5
],
"boolean": false,
"null": null,
"number": 23,
"string": "Hello, world!"
}