@@ -169,7 +169,7 @@ You can also use streams to serialize and deserialize:
```cpp
// deserialize from standard input
jsonj;
j<<std::cin;
std::cin>>j;
// serialize to standard output
std::cout<<j;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.