1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

📝 fixed documentation #745

This commit is contained in:
Niels Lohmann
2017-09-30 10:18:18 +02:00
parent b05ea3de55
commit 1a66527dca
3 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ int main()
// create JSON value and read the serialization from the stream
json j;
j << ss;
ss >> j;
// serialize JSON
std::cout << std::setw(2) << j << '\n';