From f3a223356748ca8b56950944509ee9b95d07c29e Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Sat, 10 Apr 2021 03:58:08 -0500 Subject: [PATCH] Update README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index d1bf4f0..046d371 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,43 @@ put .yml file into root folder and apply following code in Build Phases - [rapidAPI](www.rapidapi.com) ## JSON +JSON is a language-independent data format +''' +{ + "athletes": [ + + { + "title": "Can It Help Your Blurred", + "body": "For many years, when people thought of alcohol and drug", + "imageUrl": "image1" + }, + { + "title": "We Might Can Help You", + "body": "For many years, when people thought of alcohol and drug", + "imageUrl": "image2" + }, + { + "title": "All We Can Do Is Blurred", + "body": "For many years, when people thought of alcohol and drug", + "imageUrl": "image3" + }, + { + "title": "All The Thing Is Fun", + "body": "For many years, when people thought of alcohol and drug", + "imageUrl": "image4" + }, + { + "title": "Can It Improve My Skills", + "body": "For many years, when people thought of alcohol and drug", + "imageUrl": "image5" + } + + + ] +} + +''' ### JSON parser extension for Chrome [JSON parser pro](https://chrome.google.com/webstore/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc) **FREE** :+1: