{"id":312,"date":"2026-05-17T05:30:05","date_gmt":"2026-05-16T21:30:05","guid":{"rendered":"https:\/\/junai.ai\/blog\/js-types-7-4\/"},"modified":"2026-05-17T07:11:35","modified_gmt":"2026-05-16T23:11:35","slug":"js-types-7-4","status":"publish","type":"post","link":"https:\/\/junai.ai\/blog\/js-types-7-4\/","title":{"rendered":"JS \uc790\ub8cc\ud615 7\uac00\uc9c0 \u2014 typeof \uc640 \ud5f7\uac08\ub9ac\ub294 null (\uc785\ubb38 4\ud3b8)"},"content":{"rendered":"\n<!-- WordPress REST API \ubc1c\ud589\uc6a9 HTML (\uc790\ub3d9 \uc0dd\uc131) -->\n<!-- WP-FEATURED-MEDIA-ID: 530 -->\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 4\ud3b8 \/ 26\ud3b8<\/span>\n  <h1>JS \uc790\ub8cc\ud615 7\uac00\uc9c0 \u2014 typeof \uc640 \ud5f7\uac08\ub9ac\ub294 null<\/h1>\n  <p class=\"sub\">primitive 7\uac1c\uc640 typeof \uc0ac\uc6a9\ubc95, \uc601\uc6d0\ud55c \ud568\uc815 null vs undefined.<\/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-175.jpg\" alt=\"JavaScript \uc758 7\uac00\uc9c0 primitive \uc790\ub8cc\ud615\uc774 \uac01\uc790 \uc0c9\uae54\ub85c \ubd84\ub958\ub41c \uce74\ub4dc \uc77c\ub7ec\uc2a4\ud2b8\">\n<\/header>\n\n<div class=\"container\">\n<article>\n\n<p>JS \uc5d0\ub294 \ub450 \uc885\ub958\uc758 \uc790\ub8cc\ud615\uc774 \uc788\uc2b5\ub2c8\ub2e4 \u2014 <strong>primitive(\uc6d0\uc2dc) 7\uac1c<\/strong>\uc640 <strong>object(\uac1d\uccb4) 1\uc885\ub958<\/strong>. \uac1d\uccb4\ub294 10\ud3b8\uc5d0\uc11c \uc790\uc138\ud788 \ub2e4\ub8e8\uace0, \uc774\ubc88 \ud3b8\uc740 primitive 7\uac1c\ub97c \uc815\ud655\ud788 \uc815\ub9ac\ud569\ub2c8\ub2e4. <code>typeof<\/code> \ub77c\ub294 \uc791\uc740 \uc5f0\uc0b0\uc790 \ud558\ub098\ub85c \uc5b4\ub5a4 \ud0c0\uc785\uc778\uc9c0 \ud655\uc778\ud560 \uc218 \uc788\uace0, null vs undefined \uc758 \uc601\uc6d0\ud55c \ud568\uc815\ub3c4 \ud480\uc5b4\ubd05\ub2c8\ub2e4.<\/p>\n\n<h2>primitive 7\uac1c \u2014 \ud55c \ud45c<\/h2>\n\n<div class=\"tablewrap\">\n<table>\n  <thead>\n    <tr><th>\uc790\ub8cc\ud615<\/th><th>\uc608\uc2dc<\/th><th>typeof \uacb0\uacfc<\/th><\/tr>\n  <\/thead>\n  <tbody>\n    <tr><td data-label=\"\uc790\ub8cc\ud615\">number<\/td><td data-label=\"\uc608\uc2dc\">42, 3.14, Infinity, NaN<\/td><td data-label=\"typeof\">&#8220;number&#8221;<\/td><\/tr>\n    <tr><td data-label=\"\uc790\ub8cc\ud615\">string<\/td><td data-label=\"\uc608\uc2dc\">&#8220;hi&#8221;, `temp ${x}`<\/td><td data-label=\"typeof\">&#8220;string&#8221;<\/td><\/tr>\n    <tr><td data-label=\"\uc790\ub8cc\ud615\">boolean<\/td><td data-label=\"\uc608\uc2dc\">true, false<\/td><td data-label=\"typeof\">&#8220;boolean&#8221;<\/td><\/tr>\n    <tr><td data-label=\"\uc790\ub8cc\ud615\">undefined<\/td><td data-label=\"\uc608\uc2dc\">\ucd08\uae30\ud654 \uc548 \ub428<\/td><td data-label=\"typeof\">&#8220;undefined&#8221;<\/td><\/tr>\n    <tr><td data-label=\"\uc790\ub8cc\ud615\">null<\/td><td data-label=\"\uc608\uc2dc\">&#8220;\ube44\uc5b4\uc788\uc74c&#8221; \uba85\uc2dc<\/td><td data-label=\"typeof\">&#8220;object&#8221; \u2190 \ud568\uc815!<\/td><\/tr>\n    <tr><td data-label=\"\uc790\ub8cc\ud615\">symbol<\/td><td data-label=\"\uc608\uc2dc\">Symbol(&#8220;key&#8221;)<\/td><td data-label=\"typeof\">&#8220;symbol&#8221;<\/td><\/tr>\n    <tr><td data-label=\"\uc790\ub8cc\ud615\">bigint<\/td><td data-label=\"\uc608\uc2dc\">9007199254740993n<\/td><td data-label=\"typeof\">&#8220;bigint&#8221;<\/td><\/tr>\n  <\/tbody>\n<\/table>\n<\/div>\n\n<h2>number \u2014 \ud558\ub098\uc758 \ud0c0\uc785\uc5d0 \ub2e4 \ub4e4\uc5b4\uc788\ub2e4<\/h2>\n\n<pre><code>console.log(typeof 42);          \/\/ \"number\"\nconsole.log(typeof 3.14);        \/\/ \"number\"\nconsole.log(typeof Infinity);    \/\/ \"number\"\nconsole.log(typeof NaN);         \/\/ \"number\"  \u2190 Not-a-Number \uc778\ub370 number\n\n\/\/ \uc548\uc804 \uc815\uc218 \ud55c\uacc4\nNumber.MAX_SAFE_INTEGER          \/\/ 9_007_199_254_740_991  (2^53 - 1)\nNumber.MAX_SAFE_INTEGER + 1      \/\/ 9007199254740992  (OK)\nNumber.MAX_SAFE_INTEGER + 2      \/\/ 9007199254740992  \u2190 !! \uc815\ubc00\ub3c4 \uc190\uc2e4\n\n\/\/ \uadf8\ub798\uc11c \ub4f1\uc7a5\ud55c \uac8c bigint\n9007199254740993n + 1n           \/\/ 9007199254740994n  (\uc815\ud655)<\/code><\/pre>\n\n<div class=\"databox\">\n  <p><strong>NaN \uc758 \ud568\uc815.<\/strong> <code>NaN === NaN<\/code> \uc740 <strong>false<\/strong>\uc785\ub2c8\ub2e4. NaN \uc778\uc9c0 \ud655\uc778\ud558\ub824\uba74 <code>Number.isNaN(x)<\/code> \ub97c \uc4f0\uc138\uc694. \uae00\ub85c\ubc8c <code>isNaN()<\/code> \uc740 \ubb38\uc790\uc5f4\uc744 number \ub85c \uac15\uc81c \ubcc0\ud658\ud574\uc11c \uc758\ub3c4\uc640 \ub2e4\ub974\uac8c \ub3d9\uc791\ud569\ub2c8\ub2e4.<\/p>\n<\/div>\n\n<h2>string \u2014 \uc138 \uac00\uc9c0 \ub530\uc634\ud45c<\/h2>\n\n<pre><code>const s1 = \"\uc30d\ub530\uc634\ud45c\";\nconst s2 = '\ud651\ub530\uc634\ud45c';\nconst s3 = `\ubc31\ud2f1 \u2014 \uc904\ubc14\uafc8\n\uac00\ub2a5\ud558\uace0 ${\ubcc0\uc218} \ubcf4\uac04\ub3c4 \ub428`;\n\ns3.length              \/\/ \uae00\uc790 \uc218\ns3.toUpperCase()       \/\/ \ub300\ubb38\uc790\ns3.includes(\"\ubc31\")     \/\/ true\/false\ns3.replace(\"\ubc31\", \"B\") \/\/ \"B\ud2f1...\"\ns3.split(\",\")          \/\/ \ubc30\uc5f4\n`${\"x\".repeat(5)}`     \/\/ \"xxxxx\"<\/code><\/pre>\n\n<p>\uac70\uc758 \ud56d\uc0c1 \ubc31\ud2f1(<code>`<\/code>) \uc744 \uad8c\uc7a5\ud569\ub2c8\ub2e4. \ubcc0\uc218 \ubcf4\uac04\uc774 \ub418\uace0 \uc904\ubc14\uafc8\ub3c4 \uc790\uc720\ub85c\uc6cc\uc11c, \ub450 \uac00\uc9c0 \ub530\uc634\ud45c \uc0ac\uc774\uc758 \uc885\uad50 \uc804\uc7c1\uc774 \uc0ac\uc2e4\uc0c1 \ub05d\ub0ac\uc5b4\uc694. 11\ud3b8(\ubb38\uc790\uc5f4 \uba54\uc11c\ub4dc) \uc5d0\uc11c \ub354 \uae4a\uac8c.<\/p>\n\n<h2>null vs undefined \u2014 \ud615\uc81c \uac19\uc740 \uc0ac\uc774<\/h2>\n\n<pre><code>let a;                  \/\/ \uc120\uc5b8\ub9cc \ud558\uace0 \uac12 \uc5c6\uc74c \u2192 undefined\nlet b = null;           \/\/ \uba85\uc2dc\uc801\uc73c\ub85c \"\ube44\uc5b4\uc788\uc74c\" \ud45c\uc2dc\n\ntypeof a                \/\/ \"undefined\"\ntypeof b                \/\/ \"object\"   \u2190 \uc5ed\uc0ac\uc801 \ubc84\uadf8, \ubabb \uace0\uce68\n\na == null               \/\/ true   (== \ub294 \ub458 \ub2e4 null \ucde8\uae09)\na === null              \/\/ false  (=== \ub294 \uc5c4\uaca9)\nb === null              \/\/ true<\/code><\/pre>\n\n<p>\uc2e4\ubb34 \uad00\ub840:<\/p>\n\n<ul>\n  <li><strong>undefined<\/strong> \u2014 \uc2dc\uc2a4\ud15c(JS \uc5d4\uc9c4) \uc774 \ub9cc\ub4e0\ub2e4. &#8220;\uc544\uc9c1 \uac12 \uc5c6\uc74c&#8221; \uc758 \uc790\uc5f0 \uc0c1\ud0dc.<\/li>\n  <li><strong>null<\/strong> \u2014 \uc0ac\ub78c\uc774 \ub9cc\ub4e0\ub2e4. &#8220;\uc5ec\uae30\uc5d0 \uc758\ub3c4\uc801\uc73c\ub85c \ube44\uc6cc\ub480\ub2e4&#8221; \uc758 \ud45c\uc2dc.<\/li>\n<\/ul>\n\n<p>\ub458 \ub2e4 &#8220;\uac12 \uc5c6\uc74c&#8221; \uc774\uc9c0\ub9cc \uc758\ub3c4\uac00 \ub2e4\ub985\ub2c8\ub2e4. API \uc751\ub2f5\uc5d0\uc11c <code>{ \"phone\": null }<\/code> \uc740 &#8220;\uc804\ud654\ubc88\ud638\uac00 \uc5c6\uc74c\uc744 \uc54c\ub824\uc900\ub2e4&#8221;, <code>{ }<\/code>(phone \ud544\ub4dc \uc790\uccb4 \uc5c6\uc74c) \uc740 &#8220;\uc804\ud654\ubc88\ud638 \uc815\ubcf4\uac00 \uc548 \uc654\ub2e4&#8221; \u2014 \uc774 \ucc28\uc774\uac00 \uc885\uc885 \uc911\uc694\ud569\ub2c8\ub2e4.<\/p>\n\n<div class=\"warnbox\">\n  <p><strong>nullish \ub2e8\ucd95 \uc5f0\uc0b0\uc790 ??.<\/strong> <code>x ?? \"\uae30\ubcf8\uac12\"<\/code> \uc740 <strong>x \uac00 null\/undefined \uc77c \ub54c\ub9cc<\/strong> \uae30\ubcf8\uac12\uc744 \uc501\ub2c8\ub2e4. \uc61b\ub0a0\uc5d4 <code>x || \"\uae30\ubcf8\uac12\"<\/code> \uc744 \uc37c\ub294\ub370, \uc774\uac74 0\u00b7&#8221;&#8221;\u00b7false \uae4c\uc9c0 &#8220;\ube44\uc5b4\uc788\ub2e4&#8221; \ub85c \ubd10\uc11c \uc758\ub3c4\uc640 \ub2e4\ub978 \uacb0\uacfc\uac00 \ub098\uc635\ub2c8\ub2e4. \uc0c8 \ucf54\ub4dc\ub294 <code>??<\/code> \uad8c\uc7a5.<\/p>\n<\/div>\n\n<h2>symbol\u00b7bigint \u2014 &#8220;\uc788\ub2e4\ub294 \uac83\ub9cc \uc54c\uc544\ub450\uc790&#8221;<\/h2>\n\n<pre><code>\/\/ symbol \u2014 \uc808\ub300 \ucda9\ub3cc\ud558\uc9c0 \uc54a\ub294 \uace0\uc720 \ud0a4\nconst KEY = Symbol(\"user\");\nconst obj = { [KEY]: \"\uc900\uc131\" };\nobj[KEY]                \/\/ \"\uc900\uc131\"\nobj[\"KEY\"]              \/\/ undefined  \u2190 symbol \uc740 \uc77c\ubc18 \ud0a4\ub85c \ubabb \uc634\n\n\/\/ bigint \u2014 \uc815\ubc00\ub3c4 \ubb34\ud55c \uc815\uc218 (n \uc811\ubbf8\uc0ac)\nconst big = 12345678901234567890n;\nbig * 2n                \/\/ 24691357802469135780n\nbig + 1                 \/\/ \u274c bigint \uc640 number \ub294 \uc9c1\uc811 \ubabb \uc11e\uc74c\nbig + 1n                \/\/ OK<\/code><\/pre>\n\n<p>\ub458 \ub2e4 \uc785\ubb38 \ub2e8\uacc4\uc5d0\uc11c\ub294 \uac70\uc758 \uc548 \uc501\ub2c8\ub2e4. <strong>symbol<\/strong> \uc740 React \uc758 \uc77c\ubd80 \ub0b4\ubd80 \ud0a4\ub098 \ub77c\uc774\ube0c\ub7ec\ub9ac \ub0b4\ubd80 \uc57d\uc18d\uc5d0\uc11c \uac00\ub054 \ubcf4\uace0, <strong>bigint<\/strong> \ub294 \uc554\ud638\ud559\u00b7\uae08\uc735 \ub4f1 \ud070 \uc815\uc218\uac00 \ud544\uc694\ud560 \ub54c\ub9cc. \uc774\ub984\ub9cc \uc775\ud600\ub450\uc138\uc694.<\/p>\n\n<div class=\"cta\">\n  <h3>5\ud3b8 \u2014 \uc5f0\uc0b0\uc790\uc640 \ube44\uad50 (===)<\/h3>\n  <p>\uc0b0\uc220\u00b7\ube44\uad50\u00b7\ub17c\ub9ac \uc5f0\uc0b0\uc790, \uadf8\ub9ac\uace0 \uc65c \ud56d\uc0c1 === \ub97c \uc368\uc57c \ud558\ub294\uc9c0(== \uc758 \ud0c0\uc785 \uac15\uc81c \ubcc0\ud658 \ud568\uc815).<\/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: 3\ud3b8 \ubcc0\uc218 \u00b7 \ud604\uc7ac: <strong>4\ud3b8 (\uc785\ubb38)<\/strong> \u00b7 \ub2e4\uc74c \u2192 5\ud3b8 \uc5f0\uc0b0\uc790 \u00b7 \uc9c4\ud589: <strong>4\/26<\/strong>\n<\/div>\n\n<\/article>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>JS 7\uac1c primitive(number\/string\/&#8230;\/bigint), typeof, null vs undefined. 26\ud3b8 \uad50\uc7ac 4\ud3b8.<\/p>\n","protected":false},"author":1,"featured_media":530,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-312","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\/312","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=312"}],"version-history":[{"count":3,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/312\/revisions"}],"predecessor-version":[{"id":556,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/312\/revisions\/556"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/media\/530"}],"wp:attachment":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/media?parent=312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/categories?post=312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/tags?post=312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}