Indent JSON string properly
This commit is contained in:
parent
5ecb55ad1e
commit
bfa14a0d66
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -219,14 +219,14 @@ Say we have a JSON string of this structure:
|
|||
|
||||
```java
|
||||
[
|
||||
{
|
||||
"rank": "4",
|
||||
"suit": "CLUBS"
|
||||
},
|
||||
{
|
||||
"rank": "A",
|
||||
"suit": "HEARTS"
|
||||
}
|
||||
{
|
||||
"rank": "4",
|
||||
"suit": "CLUBS"
|
||||
},
|
||||
{
|
||||
"rank": "A",
|
||||
"suit": "HEARTS"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue