From bfa14a0d66842e0ffe1f7d4e054530963c142384 Mon Sep 17 00:00:00 2001 From: Jeremy Tecson Date: Sat, 7 Apr 2018 17:59:02 +0800 Subject: [PATCH] Indent JSON string properly --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1c6e942..2ce7e43 100644 --- a/README.md +++ b/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" + } ] ```