From 0c1a5513283d4dddf7406541df92a10ae5000bf5 Mon Sep 17 00:00:00 2001 From: GeniusK Date: Thu, 4 Jul 2019 09:50:39 +0900 Subject: [PATCH] =?UTF-8?q?JSON=20=ED=8F=AC=EB=A7=B7=20=EC=97=90=EB=9F=AC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JSON 의 경우 " 를 쓰기에 “” -> "" 으로 수정했습니다. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bc87bb..c1fe245 100644 --- a/README.md +++ b/README.md @@ -105,10 +105,10 @@ Authorization: Bearer JSON Format인 경우 다음과 같다 JSON tag의 순서는 연동규격에 작성된 순서와 다를 수 있다. ``` { - “dataHeader”: { + "dataHeader": { … }, - “dataBody”: { + "dataBody": { … }, }