aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/json/stringify
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-12 20:27:08 +0900
committerGitHub <noreply@github.com>2022-02-12 20:27:08 +0900
commit45dd46e6b17e45bcb3655c53eb921119359336f7 (patch)
tree3ee3abbf686e8246443e524cb0b1c621a234e69f /files/ko/web/javascript/reference/global_objects/json/stringify
parent2dd772abc32d1621fbeb62ee0bd9941820323dc3 (diff)
downloadtranslated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.tar.gz
translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.tar.bz2
translated-content-45dd46e6b17e45bcb3655c53eb921119359336f7.zip
remove all span tags 2 (#3921)
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/json/stringify')
-rw-r--r--files/ko/web/javascript/reference/global_objects/json/stringify/index.html3
1 files changed, 2 insertions, 1 deletions
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>