@@ -219,14 +219,14 @@ Say we have a JSON string of this structure:
```java
```java
[
[
{
{
"rank":"4",
"rank":"4",
"suit":"CLUBS"
"suit":"CLUBS"
},
},
{
{
"rank":"A",
"rank":"A",
"suit":"HEARTS"
"suit":"HEARTS"
}
}
]
]
```
```
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.