{"id":315,"date":"2026-05-17T05:34:41","date_gmt":"2026-05-16T21:34:41","guid":{"rendered":"https:\/\/junai.ai\/blog\/js-operators-5\/"},"modified":"2026-05-17T07:11:36","modified_gmt":"2026-05-16T23:11:36","slug":"js-operators-5","status":"publish","type":"post","link":"https:\/\/junai.ai\/blog\/js-operators-5\/","title":{"rendered":"\uc5f0\uc0b0\uc790\uc640 \ube44\uad50 \u2014 === \uc640 == \uc758 \ucc28\uc774 (\uc785\ubb38 5\ud3b8)"},"content":{"rendered":"\n<!-- WordPress REST API \ubc1c\ud589\uc6a9 HTML (\uc790\ub3d9 \uc0dd\uc131) -->\n<!-- WP-FEATURED-MEDIA-ID: 531 -->\n<div style=\"max-width:800px;margin:0 auto;\">\n<style>\n\/* js-textbook \u2014 PostgreSQL \uad50\uc7ac \ub3d9\uc77c \ud314\ub808\ud2b8 *\/\n:root {\n  --color-primary: #336791;\n  --color-accent: #60a5fa;\n  --color-bg: #fafafa;\n  --color-bg-card: #ffffff;\n  --color-text: #1e293b;\n  --color-text-muted: #64748b;\n  --hero-start: #0f172a;\n  --hero-end: #336791;\n  --font-body: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;\n  --size-body: 17px;\n  --line-height: 1.75;\n}\n* { box-sizing: border-box; }\n.container { max-width: 760px; margin: 0 auto; padding: 0 22px 80px; }\n.hero { background: linear-gradient(135deg, var(--hero-start) 0%, var(--hero-end) 100%); color: #fff; padding: 72px 22px 56px; text-align: center; }\n.hero .badge { display: inline-block; background: rgba(96,165,250,0.18); color: var(--color-accent); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 18px; }\n.hero h1 { margin: 0 0 18px; font-size: 36px; line-height: 1.3; letter-spacing: -0.3px; }\n.hero p.sub { margin: 0 auto; max-width: 580px; font-size: 17px; color: #bfdbfe; }\n.hero img { width: 100%; max-width: 720px; height: auto; margin: 36px auto 0; display: block; border-radius: 10px; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }\n.meta { display: flex; gap: 14px; justify-content: center; margin-top: 20px; font-size: 13px; color: #93c5fd; flex-wrap: wrap; }\n.meta span::before { content: \"\u00b7\"; margin-right: 14px; color: #1e3a8a; }\n.meta span:first-child::before { content: \"\"; margin: 0; }\narticle { background: var(--color-bg-card); margin-top: -36px; padding: 44px 28px; border-radius: 14px; box-shadow: 0 2px 18px rgba(0,0,0,0.06); }\narticle p { margin: 0 0 18px; }\nh2 { font-size: 28px; line-height: 1.35; letter-spacing: -0.3px; margin: 48px 0 18px; padding-bottom: 10px; border-bottom: 2px solid var(--color-primary); }\nh2:first-of-type { margin-top: 8px; }\nh3 { font-size: 21px; line-height: 1.4; margin: 30px 0 12px; color: var(--color-primary); }\ncode { background: #f1f5f9; color: #0f172a; padding: 2px 6px; border-radius: 4px; font-family: 'SFMono-Regular', Menlo, Consolas, monospace; font-size: 0.92em; }\npre { background: #0f172a; color: #e2e8f0; padding: 18px 20px; border-radius: 10px; overflow-x: auto; font-size: 14.5px; line-height: 1.65; margin: 18px 0; }\npre code { background: transparent; color: inherit; padding: 0; }\nul, ol { margin: 0 0 18px; padding-left: 24px; }\nli { margin-bottom: 8px; }\nstrong { color: #0f172a; }\n.databox { background: #eff6ff; border-left: 4px solid var(--color-primary); padding: 18px 20px; border-radius: 6px; margin: 22px 0; }\n.databox p { margin: 0 0 8px; }\n.databox p:last-child { margin: 0; }\n.databox strong { color: var(--color-primary); }\n.warnbox { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-left: 4px solid #d97706; padding: 18px 20px; border-radius: 6px; margin: 22px 0; }\n.warnbox strong { color: #92400e; }\n.tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 22px 0; }\ntable { width: 100%; border-collapse: collapse; font-size: 15px; background: var(--color-bg-card); }\nth, td { padding: 11px 12px; text-align: left; border-bottom: 1px solid #e2e8f0; vertical-align: top; }\nth { background: #f1f5f9; font-weight: 700; color: #0f172a; }\ntd:first-child, th:first-child { font-weight: 700; }\n.cta { background: linear-gradient(135deg, #336791 0%, #60a5fa 100%); color: #fff; padding: 30px 24px; border-radius: 12px; margin-top: 44px; text-align: center; }\n.cta h3 { color: #fff; margin: 0 0 10px; }\n.cta p { margin: 0; color: #dbeafe; }\n.series-nav { background: #eff6ff; padding: 18px 22px; border-radius: 10px; margin-top: 24px; font-size: 14.5px; color: var(--color-text-muted); }\n.series-nav strong { color: var(--color-primary); }\n@media (max-width: 480px) {\n  .hero { padding: 52px 18px 44px; }\n  .hero h1 { font-size: 26px; }\n  .hero p.sub { font-size: 15px; }\n  article { padding: 28px 18px; border-radius: 10px; }\n  h2 { font-size: 22px; }\n  h3 { font-size: 18px; }\npre { font-size: 13px; padding: 14px 16px; }\n}\n@media (max-width: 560px) {\n  .tablewrap table, .tablewrap thead, .tablewrap tbody, .tablewrap tr, .tablewrap th, .tablewrap td { display: block; width: auto; }\n  .tablewrap thead { display: none; }\n  .tablewrap tr { margin: 0 0 14px; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }\n  .tablewrap td { border: none; border-bottom: 1px solid #f1f5f9; padding: 9px 14px; }\n  .tablewrap td:first-child { background: #eff6ff; font-weight: 800; font-size: 15.5px; }\n  .tablewrap td:last-child { border-bottom: none; }\n  .tablewrap td[data-label]::before { content: attr(data-label) \" \u2014 \"; font-weight: 700; color: var(--color-primary); }\n}\n<\/style>\n<header class=\"hero\">\n  <span class=\"badge\">\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \uad50\uc7ac \u00b7 5\ud3b8 \/ 26\ud3b8<\/span>\n  <h1>\uc5f0\uc0b0\uc790\uc640 \ube44\uad50 \u2014 === \uc640 == \uc758 \ucc28\uc774<\/h1>\n  <p class=\"sub\">\uc0b0\uc220\u00b7\ube44\uad50\u00b7\ub17c\ub9ac \uc5f0\uc0b0\uc790, \uadf8\ub9ac\uace0 \uc601\uc6d0\ud55c \uc785\ubb38 \ud568\uc815 == \uc758 \ud0c0\uc785 \uac15\uc81c \ubcc0\ud658.<\/p>\n  <div class=\"meta\"><span>\uc785\ubb38<\/span><span>\uc77d\ub294 \uc2dc\uac04 6\ubd84<\/span><span>2026-05-16<\/span><\/div>\n  <img decoding=\"async\" src=\"https:\/\/junai.ai\/blog\/wp-content\/uploads\/2026\/05\/hero-176.jpg\" alt=\"JS \uc758 \uc5f0\uc0b0\uc790\ub4e4\uacfc === vs == \ube44\uad50 \uacb0\uacfc\uac00 \ub3c4\uc2dd\uc73c\ub85c \uc815\ub9ac\ub41c \uc77c\ub7ec\uc2a4\ud2b8\">\n<\/header>\n\n<div class=\"container\">\n<article>\n\n<p>5\ud3b8\uc740 \uc785\ubb38 \ud30c\ud2b8\uc758 \ub9c8\uc9c0\ub9c9 \u2014 \uc5f0\uc0b0\uc790\uc785\ub2c8\ub2e4. \uc0b0\uc220\u00b7\ube44\uad50\u00b7\ub17c\ub9ac \uc138 \uce74\ud14c\uace0\ub9ac\ub97c \ube60\ub974\uac8c \ud6d1\uace0, \uc785\ubb38\uc790\uc758 \uac00\uc7a5 \ud070 \ud568\uc815\uc778 <strong>== \uc758 \ud0c0\uc785 \uac15\uc81c \ubcc0\ud658<\/strong>\uc744 \uc815\ub9ac\ud569\ub2c8\ub2e4. \uacb0\ub860\ubd80\ud130: <strong>\ud56d\uc0c1 === \ub97c \uc4f0\uc138\uc694.<\/strong><\/p>\n\n<h2>\uc0b0\uc220 \uc5f0\uc0b0\uc790 \u2014 6\uac1c + \ud558\ub098\uc758 \ud568\uc815<\/h2>\n\n<pre><code>10 + 3         \/\/ 13\n10 - 3         \/\/ 7\n10 * 3         \/\/ 30\n10 \/ 3         \/\/ 3.3333...\n10 % 3         \/\/ 1   (\ub098\uba38\uc9c0)\n10 ** 3        \/\/ 1000 (\uc81c\uacf1, ES2016+)\n\n\/\/ \ud568\uc815: + \ub294 \ubb38\uc790\uc5f4\uc77c \ub54c \"\uc774\uc5b4 \ubd99\uc774\uae30\"\n\"3\" + 2        \/\/ \"32\"  \u2190 !!\n3 + \"2\"        \/\/ \"32\"\n1 + 2 + \"3\"    \/\/ \"33\"  (\uc67c\ucabd\ubd80\ud130 \ud3c9\uac00, 1+2=3, \uadf8 \ub2e4\uc74c string)\n\"1\" + 2 + 3    \/\/ \"123\" (\ud55c \ubc88 string \ub418\uba74 \ub05d\uae4c\uc9c0)<\/code><\/pre>\n\n<div class=\"warnbox\">\n  <p><strong>\uc774\uc911 \uc778\uc0dd.<\/strong> <code>+<\/code> \ub294 number \ub07c\ub9ac\uba74 \ub354\ud558\uae30, \ud55c \ucabd\uc774 string \uc774\uba74 \uc774\uc5b4 \ubd99\uc774\uae30. \uc0ac\uc6a9\uc790 \uc785\ub825\uc740 <code>Number()<\/code> \ub85c \ubcc0\ud658\ud558\uac70\ub098, \ud55c\uad6d\uc5d0\uc11c \uc790\uc8fc \uc4f0\ub294 \ud328\ud134\uc740 \ub2e8\ud56d <code>+x<\/code> \u2014 <code>+\"3\" === 3<\/code>. \uba85\uc2dc\uc801 \ubcc0\ud658\uc774 \uac00\uc7a5 \uc548\uc804\ud569\ub2c8\ub2e4.<\/p>\n<\/div>\n\n<h2>\ube44\uad50 \uc5f0\uc0b0\uc790 \u2014 === \uc640 == \uc758 \uc9c4\uc2e4<\/h2>\n\n<pre><code>\/\/ === : \uc5c4\uaca9 \ub3d9\ub4f1 \u2014 \ud0c0\uc785\uae4c\uc9c0 \uac19\uc544\uc57c true\n\"3\" === 3      \/\/ false\n1   === 1      \/\/ true\nnull === undefined   \/\/ false\n\n\/\/ == : \ub290\uc2a8 \ub3d9\ub4f1 \u2014 \ud0c0\uc785 \ub2e4\ub974\uba74 \uac15\uc81c \ubcc0\ud658 \ud6c4 \ube44\uad50\n\"3\" ==  3      \/\/ true  \u2190 string\u2192number\n0   == false   \/\/ true\n\"\"  == false   \/\/ true\nnull == undefined    \/\/ true\n[]  == false   \/\/ true  \u2190 !! \ube48 \ubc30\uc5f4\uc774 false?\n\n\/\/ !== \/ != \ub3c4 \uac19\uc740 \uaddc\uce59<\/code><\/pre>\n\n<p>== \ub294 1995\ub144\uc5d0 \ub9cc\ub4e0 \uaddc\uce59\uc774 \ub108\ubb34 \uad00\ub300\ud574\uc11c \uc608\uce21\uc774 \uc5b4\ub835\uc2b5\ub2c8\ub2e4. \uc704 \ud45c\ub9cc \ubd10\ub3c4 \uba38\ub9ac\uac00 \uc544\ud504\uc8e0. <strong>\uc0c8 \ucf54\ub4dc\ub294 \ubb34\uc870\uac74 ===, !==<\/strong> \u2014 \uc608\uc678\ub294 <code>x == null<\/code>(null \uacfc undefined \ud55c \ubc88\uc5d0 \ud655\uc778) \uc815\ub3c4\ubc16\uc5d0 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n\n<div class=\"databox\">\n  <p><strong>ESLint \uac00 \uac15\uc81c.<\/strong> \ub300\ubd80\ubd84\uc758 \ud300\uc774 <code>eqeqeq<\/code> \uaddc\uce59\uc73c\ub85c == \uc0ac\uc6a9 \uc790\uccb4\ub97c \uae08\uc9c0\ud569\ub2c8\ub2e4. \ud55c \uc904\uc744 \ube68\uac1b\uac8c \uadf8\uc5b4\uc8fc\ub294 \uc548\uc804\ubca8\ud2b8\ub77c\uace0 \uc0dd\uac01\ud558\uc138\uc694.<\/p>\n<\/div>\n\n<h2>\ub300\uc18c \ube44\uad50 \u2014 \uadf8\ub300\ub85c<\/h2>\n\n<pre><code>5 &lt; 10    \/\/ true\n5 &lt;= 5    \/\/ true\n5 &gt;  10   \/\/ false\n\n\/\/ \ubb38\uc790\uc5f4\ub3c4 \ube44\uad50 \uac00\ub2a5 \u2014 \uc0ac\uc804\uc21c(\uc720\ub2c8\ucf54\ub4dc \ucf54\ub4dc \ud3ec\uc778\ud2b8)\n\"a\" &lt; \"b\"      \/\/ true\n\"\uac00\" &lt; \"\ub2e4\"    \/\/ true\n\n\/\/ \ud55c \uac00\uc9c0 \ud568\uc815 \u2014 NaN \uc740 \uc5b4\ub5a4 \ube44\uad50\ub3c4 false\nNaN &lt; 1        \/\/ false\nNaN &gt; 1        \/\/ false\nNaN === NaN    \/\/ false<\/code><\/pre>\n\n<h2>\ub17c\ub9ac \uc5f0\uc0b0\uc790 \u2014 &#038;&#038;\u00b7||\u00b7! \uc640 \ub2e8\ub77d \ud3c9\uac00<\/h2>\n\n<pre><code>true  &amp;&amp; \"yes\"    \/\/ \"yes\"  (\uc67c\ucabd\uc774 truthy \uba74 \uc624\ub978\ucabd \uadf8\ub300\ub85c)\nfalse &amp;&amp; \"yes\"    \/\/ false  (\uc67c\ucabd\uc774 falsy \uba74 \uc67c\ucabd \uadf8\ub300\ub85c)\n\ntrue  || \"yes\"    \/\/ true\nfalse || \"yes\"    \/\/ \"yes\"  (\uc67c\ucabd\uc774 falsy \uba74 \uc624\ub978\ucabd)\n\n\/\/ \uadf8\ub798\uc11c \uae30\ubcf8\uac12 \ud328\ud134\nconst name = userName || \"\uc775\uba85\";\nconst port = config.port || 3000;<\/code><\/pre>\n\n<p>\uc774\uac8c \ub2e8\ub77d \ud3c9\uac00(short-circuit) \u2014 JS \uc758 &#038;&#038;\u00b7|| \ub294 boolean \uc73c\ub85c \ubcc0\ud658\ud558\uc9c0 \uc54a\uace0 <strong>\ub9c8\uc9c0\ub9c9\uc73c\ub85c \ud3c9\uac00\ub41c \uac12\uc744 \uadf8\ub300\ub85c \ubc18\ud658<\/strong>\ud569\ub2c8\ub2e4. \uadf8 \uacb0\uacfc \ub2e4\uc74c\uacfc \uac19\uc740 \ud45c\ud604\uc774 \uac00\ub2a5\ud574\uc9d1\ub2c8\ub2e4.<\/p>\n\n<pre><code>\/\/ \ud568\uc218\uac00 \uc788\uc73c\uba74 \uc2e4\ud589 (\uc635\uc154\ub110 \uccb4\uc774\ub2dd ?. \uc774 \ub354 \uc548\uc804)\ncallback &amp;&amp; callback();\n\n\/\/ React \uc870\uac74\ubd80 \ub80c\ub354\n{isLoggedIn &amp;&amp; &lt;UserMenu \/&gt;}<\/code><\/pre>\n\n<h2>?? \u2014 nullish \ubcd1\ud569 (\uac00\uc7a5 \uc548\uc804\ud55c \uae30\ubcf8\uac12)<\/h2>\n\n<pre><code>\/\/ || \ub294 0\u00b7\"\"\u00b7false \uae4c\uc9c0 \"\ube44\uc5b4\uc788\ub2e4\" \ub85c \ubcf8\ub2e4 \u2014 \uc758\ub3c4\uc640 \ub2e4\ub97c \uc218 \uc788\uc74c\nconst count = 0;\nconst c1 = count || 10;        \/\/ 10 \u2190 count \uac00 0\uc774\uba74 \uae30\ubcf8\uac12\uc73c\ub85c \ub36e\uc74c\nconst c2 = count ?? 10;        \/\/ 0  \u2190 null\/undefined \ub9cc \ub36e\uc74c<\/code><\/pre>\n\n<div class=\"databox\">\n  <p><strong>?? \uad8c\uc7a5.<\/strong> 0\u00b7&#8221;&#8221;\u00b7false \uac00 \uc720\ud6a8\ud55c \uac12\uc778 \uacbd\uc6b0(\uc810\uc218\u00b7\uc774\ub984\u00b7\ud50c\ub798\uadf8) \uac00 \ub9ce\uae30 \ub54c\ubb38\uc5d0, \uc0c8 \ucf54\ub4dc\uc758 \uae30\ubcf8\uac12\uc740 <code>??<\/code> \uc785\ub2c8\ub2e4. <code>||<\/code> \ub294 &#8220;\uc5b4\ub5a4 falsy \ub4e0 \ub2e4 \uac08\uc544\uc5ce\uae30&#8221; \uc758\ub3c4\uc77c \ub54c\ub9cc.<\/p>\n<\/div>\n\n<h2>truthy \/ falsy \u2014 \ud55c \ubc88\uc5d0 \uc815\ub9ac<\/h2>\n\n<p><strong>falsy 6\uac1c\ub9cc \uc678\uc6b0\uc138\uc694. \ub098\uba38\uc9c0\ub294 \ubaa8\ub450 truthy.<\/strong><\/p>\n\n<div class=\"tablewrap\">\n<table>\n  <thead>\n    <tr><th>\ubd84\ub958<\/th><th>\uac12\ub4e4<\/th><\/tr>\n  <\/thead>\n  <tbody>\n    <tr><td data-label=\"\ubd84\ub958\">falsy (6\uac1c)<\/td><td data-label=\"\uac12\">false \u00b7 0 \u00b7 &#8220;&#8221; \u00b7 null \u00b7 undefined \u00b7 NaN<\/td><\/tr>\n    <tr><td data-label=\"\ubd84\ub958\">truthy<\/td><td data-label=\"\uac12\">\uc704 6\uac1c \ube7c\uace0 \uc804\ubd80 \u2014 <code>\"0\"<\/code>\u00b7<code>[]<\/code>\u00b7<code>{}<\/code> \ub3c4 truthy!<\/td><\/tr>\n  <\/tbody>\n<\/table>\n<\/div>\n\n<pre><code>if (\"0\")      console.log(\"\uc2e4\ud589\ub428\");   \/\/ \uc2e4\ud589\ub428 \u2014 \ubb38\uc790\uc5f4 \"0\" \uc740 truthy\nif ([])       console.log(\"\uc2e4\ud589\ub428\");   \/\/ \uc2e4\ud589\ub428 \u2014 \ube48 \ubc30\uc5f4\ub3c4 truthy!\nif ({})       console.log(\"\uc2e4\ud589\ub428\");   \/\/ \uc2e4\ud589\ub428 \u2014 \ube48 \uac1d\uccb4\ub3c4 truthy\n\n\/\/ \ubc30\uc5f4\uc774 \ube44\uc5c8\ub294\uc9c0 \ud655\uc778\uc740 length \ub85c\nif (arr.length === 0) ...<\/code><\/pre>\n\n<div class=\"cta\">\n  <h3>6\ud3b8 \u2014 \uc870\uac74\ubb38 if\u00b7else\u00b7switch<\/h3>\n  <p>\uc785\ubb38 \ud30c\ud2b8\uac00 \ub05d\ub098\uace0 \uae30\ucd08 \ud30c\ud2b8\ub85c. \uc870\uac74 \ubd84\uae30\ub97c \ubcf4\uae30 \uc88b\uac8c \uc4f0\ub294 \ubc95, switch \uac00 \uc88b\uc744 \ub54c\uc640 if \uac00 \uc88b\uc744 \ub54c.<\/p>\n<\/div>\n\n<div class=\"series-nav\">\n  <strong>\ud83d\udcda \uc27d\uac8c \ubc30\uc6b0\ub294 \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \uad50\uc7ac<\/strong><br>\n  \uc774\uc804: 4\ud3b8 \uc790\ub8cc\ud615 \u00b7 \ud604\uc7ac: <strong>5\ud3b8 (\uc785\ubb38 \ub9c8\uc9c0\ub9c9)<\/strong> \u00b7 \ub2e4\uc74c \u2192 6\ud3b8 \uc870\uac74\ubb38 (\uae30\ucd08 \ud30c\ud2b8 \uc2dc\uc791) \u00b7 \uc9c4\ud589: <strong>5\/26<\/strong>\n<\/div>\n\n<\/article>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>==\/=== \ucc28\uc774, \ub2e8\ub77d \ud3c9\uac00(&#038;&#038;\u00b7||\u00b7??), truthy\/falsy 6\uac1c. 26\ud3b8 \uad50\uc7ac 5\ud3b8.<\/p>\n","protected":false},"author":1,"featured_media":531,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-315","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript-basic"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/315","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/comments?post=315"}],"version-history":[{"count":3,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/315\/revisions"}],"predecessor-version":[{"id":557,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/315\/revisions\/557"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/media\/531"}],"wp:attachment":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/media?parent=315"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/categories?post=315"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/tags?post=315"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}