aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/json
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-06 21:23:25 +0900
committerGitHub <noreply@github.com>2022-02-06 21:23:25 +0900
commitac6c8ad8b2f961b5474f47339096b8e59d11cb2e (patch)
tree3c7ad8af1ac1e06ba0c077922f57564dabfaa2d1 /files/ko/web/javascript/reference/global_objects/json
parent7669d75d4693a4ee5e500fbe21716fb437adb3d6 (diff)
downloadtranslated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.gz
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.tar.bz2
translated-content-ac6c8ad8b2f961b5474f47339096b8e59d11cb2e.zip
remove all summary class in javascript (#4015)
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/json')
-rw-r--r--files/ko/web/javascript/reference/global_objects/json/parse/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/json/stringify/index.html2
2 files changed, 2 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 fa32b3711e..0cd09e4e13 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,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/JSON/parse
---
<div>{{JSRef}}</div>
-<p><span class="seoSummary"><strong><code>JSON.parse()</code></strong> 메서드는 JSON 문자열의 구문을 분석하고, 그 결과에서 JavaScript 값이나 객체를 생성합니다.</span> 선택적으로, <code>reviver</code> 함수를 인수로 전달할 경우, 결과를 반환하기 전에 변형할 수 있습니다.</p>
+<p><span ><strong><code>JSON.parse()</code></strong> 메서드는 JSON 문자열의 구문을 분석하고, 그 결과에서 JavaScript 값이나 객체를 생성합니다.</span> 선택적으로, <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 e9b9f8667f..ba0521cb03 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,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/JSON/stringify
---
<div>{{JSRef}}</div>
-<p><span class="seoSummary"><strong><code>JSON.stringify()</code></strong> 메서드는 JavaScript 값이나 객체를 JSON 문자열로 변환합니다.</span> 선택적으로, <code>replacer</code>를 함수로 전달할 경우 변환 전 값을 변형할 수 있고, 배열로 전달할 경우 지정한 속성만 결과에 포함합니다.</p>
+<p><span ><strong><code>JSON.stringify()</code></strong> 메서드는 JavaScript 값이나 객체를 JSON 문자열로 변환합니다.</span> 선택적으로, <code>replacer</code>를 함수로 전달할 경우 변환 전 값을 변형할 수 있고, 배열로 전달할 경우 지정한 속성만 결과에 포함합니다.</p>
<div>{{EmbedInteractiveExample("pages/js/json-stringify.html")}}</div>