{"id":88,"date":"2023-07-08T21:51:26","date_gmt":"2023-07-08T12:51:26","guid":{"rendered":"https:\/\/memoryarchive.blog\/?p=88"},"modified":"2024-10-26T04:17:20","modified_gmt":"2024-10-25T19:17:20","slug":"%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result","status":"publish","type":"post","link":"https:\/\/memoryarchive.blog\/ko\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/","title":{"rendered":"\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>The following _TypeError was thrown while dispatching a pointer event:\ntype 'Null' is not a subtype of type 'String' of 'function result'\n\nWhen the exception was thrown, this was the stack: \n#0      _Location.file (package:flutter\/src\/widgets\/widget_inspector.dart)\n#1      _Location.toJsonMap (package:flutter\/src\/widgets\/widget_inspector.dart:2844:15)\n#2      _Location.toJsonMap.&lt;anonymous closure&gt; (package:flutter\/src\/widgets\/widget_inspector.dart:2853:42)\n#3      MappedListIterable.elementAt (dart:_internal\/iterable.dart:412:31)\n#4      ListIterator.moveNext (dart:_internal\/iterable.dart:341:26)\n...\nEvent: PointerUpEvent#d8ec4(position: Offset(329.1, 367.7))\n  position: Offset(329.1, 367.7)\nTarget: &lt;WidgetsFlutterBinding&gt;<\/code><\/pre>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_67_1 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >\ubaa9\ucc28<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/memoryarchive.blog\/ko\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/#%EC%9B%90%EC%9D%B8\" title=\"\uc6d0\uc778\">\uc6d0\uc778<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/memoryarchive.blog\/ko\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/#%ED%95%B4%EA%B2%B0\" title=\"\ud574\uacb0\">\ud574\uacb0<\/a><\/li><\/ul><\/nav><\/div>\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"%EC%9B%90%EC%9D%B8\"><\/span>\uc6d0\uc778<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>final LocalStorage storage = new LocalStorage('dev_link_app');\nvar list = storage.getItem(WISH_KEY);<\/code><\/pre>\n\n\n\n<p>LocalStorage \uac1d\uccb4\uc758 getItem\uc744 \ud638\ucd9c\ud574\uc11c \ubc1b\uc544\uc628 \uac12\uc740 null\uc778\ub370 List&lt;String&gt; \ud615\uc73c\ub85c \uac15\uc81c \ud615\ubc88\ud658\ud558\ub824\ub2e4\uac00 \ubc1c\uc0dd.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"%ED%95%B4%EA%B2%B0\"><\/span>\ud574\uacb0<span class=\"ez-toc-section-end\"><\/span><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>final LocalStorage storage = new LocalStorage('dev_link_app');\nvar list = storage.getItem(WISH_KEY);<\/code><\/pre>\n\n\n\n<p>\uba3c\uc800 \uc720\ub3d9\uc801\uc778 var\ud615\uc73c\ub85c \uac12\uc744 \ubc1b\uc544\uc624\uace0 \uadf8\uac83\uc774 null\uc77c \uacbd\uc6b0 \ubd84\uae30\ucc98\ub9ac\ud574\uc90c.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc6d0\uc778 LocalStorage \uac1d\uccb4\uc758 getItem\uc744 \ud638\ucd9c\ud574\uc11c \ubc1b\uc544\uc628 \uac12\uc740 null\uc778\ub370 List&lt;String&gt; \ud615\uc73c\ub85c \uac15\uc81c \ud615\ubc88\ud658\ud558\ub824\ub2e4\uac00 \ubc1c\uc0dd. \ud574\uacb0 \uba3c\uc800 \uc720\ub3d9\uc801\uc778 var\ud615\uc73c\ub85c \uac12\uc744 \ubc1b\uc544\uc624\uace0 \uadf8\uac83\uc774 null\uc77c \uacbd\uc6b0 \ubd84\uae30\ucc98\ub9ac\ud574\uc90c.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"cybocfi_hide_featured_image":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-88","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019 - \ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/memoryarchive.blog\/ko\/\ud50c\ub7ec\ud130-\uc624\ub958-type-null-is-not-a-subtype-of-type-string-of-function-result\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:locale:alternate\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019 - \ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c\" \/>\n<meta property=\"og:description\" content=\"\uc6d0\uc778 LocalStorage \uac1d\uccb4\uc758 getItem\uc744 \ud638\ucd9c\ud574\uc11c \ubc1b\uc544\uc628 \uac12\uc740 null\uc778\ub370 List&lt;String&gt; \ud615\uc73c\ub85c \uac15\uc81c \ud615\ubc88\ud658\ud558\ub824\ub2e4\uac00 \ubc1c\uc0dd. \ud574\uacb0 \uba3c\uc800 \uc720\ub3d9\uc801\uc778 var\ud615\uc73c\ub85c \uac12\uc744 \ubc1b\uc544\uc624\uace0 \uadf8\uac83\uc774 null\uc77c \uacbd\uc6b0 \ubd84\uae30\ucc98\ub9ac\ud574\uc90c.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/memoryarchive.blog\/ko\/\ud50c\ub7ec\ud130-\uc624\ub958-type-null-is-not-a-subtype-of-type-string-of-function-result\/\" \/>\n<meta property=\"og:site_name\" content=\"\ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-08T12:51:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-25T19:17:20+00:00\" \/>\n<meta name=\"author\" content=\"Gamer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gamer\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/\",\"url\":\"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/\",\"name\":\"\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019 - \ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c\",\"isPartOf\":{\"@id\":\"https:\/\/memoryarchive.blog\/#website\"},\"datePublished\":\"2023-07-08T12:51:26+00:00\",\"dateModified\":\"2024-10-25T19:17:20+00:00\",\"author\":{\"@id\":\"https:\/\/memoryarchive.blog\/#\/schema\/person\/2ee84c4cb6b4b6df9d5122a5b52876f9\"},\"breadcrumb\":{\"@id\":\"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/memoryarchive.blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/memoryarchive.blog\/#website\",\"url\":\"https:\/\/memoryarchive.blog\/\",\"name\":\"\ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c\",\"description\":\"\ubb34\ub8cc \uc628\ub77c\uc778 \uac8c\uc784\uacfc \ucd94\uc5b5\uc758 \ud50c\ub798\uc2dc \uac8c\uc784\uc744 \ubaa8\uc740 \uac8c\uc784 \uc544\uce74\uc774\ube0c. \ub2e4\uc591\ud55c \uc7a5\ub974\uc758 \uac8c\uc784\uc744 \ubc14\ub85c \ud50c\ub808\uc774\ud558\uace0 \uacf5\ub7b5\uacfc \ud301\uc744 \ud655\uc778\ud574\ubcf4\uc138\uc694.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/memoryarchive.blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/memoryarchive.blog\/#\/schema\/person\/2ee84c4cb6b4b6df9d5122a5b52876f9\",\"name\":\"Gamer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/memoryarchive.blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/38554c4c7c589691e503ec1c51befee11fbd0537800cd276ed5a34d3fa42324f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/38554c4c7c589691e503ec1c51befee11fbd0537800cd276ed5a34d3fa42324f?s=96&d=mm&r=g\",\"caption\":\"Gamer\"},\"sameAs\":[\"http:\/\/158.247.210.254\"],\"url\":\"https:\/\/memoryarchive.blog\/ko\/author\/wpauser8oojqfcs\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019 - \ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/memoryarchive.blog\/ko\/\ud50c\ub7ec\ud130-\uc624\ub958-type-null-is-not-a-subtype-of-type-string-of-function-result\/","og_locale":"ko_KR","og_type":"article","og_title":"\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019 - \ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c","og_description":"\uc6d0\uc778 LocalStorage \uac1d\uccb4\uc758 getItem\uc744 \ud638\ucd9c\ud574\uc11c \ubc1b\uc544\uc628 \uac12\uc740 null\uc778\ub370 List&lt;String&gt; \ud615\uc73c\ub85c \uac15\uc81c \ud615\ubc88\ud658\ud558\ub824\ub2e4\uac00 \ubc1c\uc0dd. \ud574\uacb0 \uba3c\uc800 \uc720\ub3d9\uc801\uc778 var\ud615\uc73c\ub85c \uac12\uc744 \ubc1b\uc544\uc624\uace0 \uadf8\uac83\uc774 null\uc77c \uacbd\uc6b0 \ubd84\uae30\ucc98\ub9ac\ud574\uc90c.","og_url":"https:\/\/memoryarchive.blog\/ko\/\ud50c\ub7ec\ud130-\uc624\ub958-type-null-is-not-a-subtype-of-type-string-of-function-result\/","og_site_name":"\ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c","article_published_time":"2023-07-08T12:51:26+00:00","article_modified_time":"2024-10-25T19:17:20+00:00","author":"Gamer","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"Gamer","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/","url":"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/","name":"\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019 - \ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c","isPartOf":{"@id":"https:\/\/memoryarchive.blog\/#website"},"datePublished":"2023-07-08T12:51:26+00:00","dateModified":"2024-10-25T19:17:20+00:00","author":{"@id":"https:\/\/memoryarchive.blog\/#\/schema\/person\/2ee84c4cb6b4b6df9d5122a5b52876f9"},"breadcrumb":{"@id":"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/memoryarchive.blog\/%ed%94%8c%eb%9f%ac%ed%84%b0-%ec%98%a4%eb%a5%98-type-null-is-not-a-subtype-of-type-string-of-function-result\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/memoryarchive.blog\/"},{"@type":"ListItem","position":2,"name":"\ud50c\ub7ec\ud130 \uc624\ub958 \u2013 type \u2018Null\u2019 is not a subtype of type \u2018String\u2019 of \u2018function result\u2019"}]},{"@type":"WebSite","@id":"https:\/\/memoryarchive.blog\/#website","url":"https:\/\/memoryarchive.blog\/","name":"\ucd94\uc5b5 \uac8c\uc784 \uc544\uce74\uc774\ube0c","description":"\ubb34\ub8cc \uc628\ub77c\uc778 \uac8c\uc784\uacfc \ucd94\uc5b5\uc758 \ud50c\ub798\uc2dc \uac8c\uc784\uc744 \ubaa8\uc740 \uac8c\uc784 \uc544\uce74\uc774\ube0c. \ub2e4\uc591\ud55c \uc7a5\ub974\uc758 \uac8c\uc784\uc744 \ubc14\ub85c \ud50c\ub808\uc774\ud558\uace0 \uacf5\ub7b5\uacfc \ud301\uc744 \ud655\uc778\ud574\ubcf4\uc138\uc694.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/memoryarchive.blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/memoryarchive.blog\/#\/schema\/person\/2ee84c4cb6b4b6df9d5122a5b52876f9","name":"Gamer","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/memoryarchive.blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/38554c4c7c589691e503ec1c51befee11fbd0537800cd276ed5a34d3fa42324f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/38554c4c7c589691e503ec1c51befee11fbd0537800cd276ed5a34d3fa42324f?s=96&d=mm&r=g","caption":"Gamer"},"sameAs":["http:\/\/158.247.210.254"],"url":"https:\/\/memoryarchive.blog\/ko\/author\/wpauser8oojqfcs\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/posts\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":1,"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/posts\/88\/revisions"}],"predecessor-version":[{"id":89,"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/posts\/88\/revisions\/89"}],"wp:attachment":[{"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/media?parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/categories?post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/memoryarchive.blog\/ko\/wp-json\/wp\/v2\/tags?post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}