📝 fixed documentation #745

This commit is contained in:
Niels Lohmann 2017-09-30 10:18:18 +02:00
parent b05ea3de55
commit 1a66527dca
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
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';

View file

@ -1 +1 @@
<a target="_blank" href="https://wandbox.org/permlink/doaPmtdJ277jNm9C"><b>online</b></a>
<a target="_blank" href="https://wandbox.org/permlink/atomVJKVgMTIh1iT"><b>online</b></a>