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:
@ -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';
|
||||
|
Reference in New Issue
Block a user