aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/json
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/json')
-rw-r--r--files/ko/web/javascript/reference/global_objects/json/parse/index.html3
-rw-r--r--files/ko/web/javascript/reference/global_objects/json/stringify/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/json/parse/index.html b/files/ko/web/javascript/reference/global_objects/json/parse/index.html
index 0cd09e4e13..a00d154ee1 100644
--- a/files/ko/web/javascript/reference/global_objects/json/parse/index.html
+++ b/files/ko/web/javascript/reference/global_objects/json/parse/index.html
@@ -11,7 +11,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/JSON/parse
---
<div>{{JSRef}}</div>
-<p><span ><strong><code>JSON.parse()</code></strong> 메서드는 JSON 문자열의 구문을 분석하고, 그 결과에서 JavaScript 값이나 객체를 생성합니다.</span> 선택적으로, <code>reviver</code> 함수를 인수로 전달할 경우, 결과를 반환하기 전에 변형할 수 있습니다.</p>
+<p><strong><code>JSON.parse()</code></strong> 메서드는 JSON 문자열의 구문을 분석하고, 그 결과에서 JavaScript 값이나 객체를 생성합니다. 선택적으로, <code>reviver</code> 함수를 인수로 전달할 경우, 결과를 반환하기 전에 변형할 수 있습니다.</p>
+
<div>{{EmbedInteractiveExample("pages/js/json-parse.html")}}</div>
diff --git a/files/ko/web/javascript/reference/global_objects/json/stringify/index.html b/files/ko/web/javascript/reference/global_objects/json/stringify/index.html
index ba0521cb03..2408f990ab 100644
--- a/files/ko/web/javascript/reference/global_objects/json/stringify/index.html
+++ b/files/ko/web/javascript/reference/global_objects/json/stringify/index.html
@@ -10,7 +10,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/JSON/stringify
---
<div>{{JSRef}}</div>
-<p><span ><strong><code>JSON.stringify()</code></strong> 메서드는 JavaScript 값이나 객체를 JSON 문자열로 변환합니다.</span> 선택적으로, <code>replacer</code>를 함수로 전달할 경우 변환 전 값을 변형할 수 있고, 배열로 전달할 경우 지정한 속성만 결과에 포함합니다.</p>
+<p><strong><code>JSON.stringify()</code></strong> 메서드는 JavaScript 값이나 객체를 JSON 문자열로 변환합니다. 선택적으로, <code>replacer</code>를 함수로 전달할 경우 변환 전 값을 변형할 수 있고, 배열로 전달할 경우 지정한 속성만 결과에 포함합니다.</p>
+
<div>{{EmbedInteractiveExample("pages/js/json-stringify.html")}}</div>