{"id":1271,"date":"2023-05-07T03:15:44","date_gmt":"2023-05-07T03:15:44","guid":{"rendered":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271"},"modified":"2023-05-07T03:17:43","modified_gmt":"2023-05-07T03:17:43","slug":"nullptr-new-delete-in-c","status":"publish","type":"post","link":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271","title":{"rendered":"nullptr -> new -> delete in C++"},"content":{"rendered":"<p>\u30cd\u30bf\u306b\u56f0\u3063\u305f\u3089\u3001\u30dd\u30a4\u30f3\u30bf\u8a71\u3002<\/p>\n<p>\u4ee5\u524d\u306b\u30dd\u30a4\u30f3\u30bf\u3092\u7fd2\u5f97\u3059\u308b\u306b\u306f\u3001\u6982\u5ff5\u3060\u3051\u3067\u306f\u306a\u304f\u3001malloc -&gt; free \u306e\u3088\u3046\u306a\u5b9f\u7528\u7684\u306a\u30b3\u30fc\u30c9\u3082\u91cd\u8981\u3001\u307f\u305f\u3044\u306a\u8a71\u306f\u3057\u305f\u3002<\/p>\n<p>\u3058\u3083\u3042\u3001C++ \u3067\u306f\uff1f\u3063\u3066\u3053\u3068\u3067\u3001nullptr -&gt; new -&gt; delete \u306e\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3002<\/p>\n<pre><code>\r\n#import &lt;Foundation\/Foundation.h&gt;\r\n\r\nint main(int argc, const char * argv[]) {\r\n    \r\n    char *test = nullptr;\r\n    \r\n    \/\/test = new char[100];\r\n    \r\n    if(test == nullptr){\r\n        NSLog(@\"test is nullptr\");\r\n    }else{\r\n        NSLog(@\"test is not nullptr\");\r\n    }\r\n    \r\n    delete test;\r\n \r\n    return 0;\r\n}\r\n<\/code><\/pre>\n<p>\u3053\u306e\u307e\u307e\u3060\u3068 test is nullptr \u304c\u3001\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8\u3092\u5916\u305b\u3070 test is not nullptr \u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/p>\n<p>\u3057\u304b\u3057\u3001C \u306b\u6bd4\u3079\u308b\u3068\u3050\u3063\u3068\u53d6\u308a\u6271\u3044\u304c\u7c21\u5358\u306b\u306a\u3063\u305f\u306d\u3002<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30cd\u30bf\u306b\u56f0\u3063\u305f\u3089\u3001\u30dd\u30a4\u30f3\u30bf\u8a71\u3002 \u4ee5\u524d\u306b\u30dd\u30a4\u30f3\u30bf\u3092\u7fd2\u5f97\u3059\u308b\u306b\u306f\u3001\u6982\u5ff5\u3060\u3051\u3067\u306f\u306a\u304f\u3001malloc -&gt; free \u306e\u3088\u3046\u306a\u5b9f\u7528\u7684\u306a\u30b3\u30fc\u30c9\u3082\u91cd\u8981\u3001\u307f\u305f\u3044\u306a\u8a71\u306f\u3057\u305f\u3002 \u3058\u3083\u3042\u3001C++ \u3067\u306f\uff1f\u3063\u3066\u3053\u3068\u3067\u3001nullptr -&#038;g &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;nullptr -> new -> delete in C++&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":3,"featured_media":1272,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>nullptr -&gt; new -&gt; delete in C++ | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011<\/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:\/\/p-horlix.net\/umamusume-phazor\/?p=1271\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"nullptr -&gt; new -&gt; delete in C++ | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"og:description\" content=\"\u30cd\u30bf\u306b\u56f0\u3063\u305f\u3089\u3001\u30dd\u30a4\u30f3\u30bf\u8a71\u3002 \u4ee5\u524d\u306b\u30dd\u30a4\u30f3\u30bf\u3092\u7fd2\u5f97\u3059\u308b\u306b\u306f\u3001\u6982\u5ff5\u3060\u3051\u3067\u306f\u306a\u304f\u3001malloc -&gt; free \u306e\u3088\u3046\u306a\u5b9f\u7528\u7684\u306a\u30b3\u30fc\u30c9\u3082\u91cd\u8981\u3001\u307f\u305f\u3044\u306a\u8a71\u306f\u3057\u305f\u3002 \u3058\u3083\u3042\u3001C++ \u3067\u306f\uff1f\u3063\u3066\u3053\u3068\u3067\u3001nullptr -&amp;g &hellip; &quot;nullptr -&gt; new -&gt; delete in C++&quot; \u306e\u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271\" \/>\n<meta property=\"og:site_name\" content=\"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Akiba.Chan.2021\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-05-07T03:15:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-07T03:17:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/nullptr-new-del.png\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"528\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AkibaChan3\" \/>\n<meta name=\"twitter:site\" content=\"@AkibaChan3\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u79cb\u8449\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#website\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/\",\"name\":\"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\",\"description\":\"\u30a6\u30de\u5a18\u95a2\u9023\u306e\u30cd\u30bf\u304c\u591a\u3044\u3067\u3057\u3087\u3046\u304b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#primaryimage\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/nullptr-new-del.png\",\"contentUrl\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/nullptr-new-del.png\",\"width\":900,\"height\":528},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#webpage\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271\",\"name\":\"nullptr -> new -> delete in C++ | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\",\"isPartOf\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#primaryimage\"},\"datePublished\":\"2023-05-07T03:15:44+00:00\",\"dateModified\":\"2023-05-07T03:17:43+00:00\",\"author\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\"},\"breadcrumb\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"HOME\",\"item\":\"https:\/\/p-horlix.net\/umamusume-phazor\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"nullptr -> new -> delete in C++\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\",\"name\":\"\u79cb\u8449\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#personlogo\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g\",\"caption\":\"\u79cb\u8449\"},\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?author=3\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"nullptr -> new -> delete in C++ | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","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:\/\/p-horlix.net\/umamusume-phazor\/?p=1271","og_locale":"ja_JP","og_type":"article","og_title":"nullptr -> new -> delete in C++ | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","og_description":"\u30cd\u30bf\u306b\u56f0\u3063\u305f\u3089\u3001\u30dd\u30a4\u30f3\u30bf\u8a71\u3002 \u4ee5\u524d\u306b\u30dd\u30a4\u30f3\u30bf\u3092\u7fd2\u5f97\u3059\u308b\u306b\u306f\u3001\u6982\u5ff5\u3060\u3051\u3067\u306f\u306a\u304f\u3001malloc -&gt; free \u306e\u3088\u3046\u306a\u5b9f\u7528\u7684\u306a\u30b3\u30fc\u30c9\u3082\u91cd\u8981\u3001\u307f\u305f\u3044\u306a\u8a71\u306f\u3057\u305f\u3002 \u3058\u3083\u3042\u3001C++ \u3067\u306f\uff1f\u3063\u3066\u3053\u3068\u3067\u3001nullptr -&g &hellip; \"nullptr -> new -> delete in C++\" \u306e\u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271","og_site_name":"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","article_publisher":"https:\/\/www.facebook.com\/Akiba.Chan.2021\/","article_published_time":"2023-05-07T03:15:44+00:00","article_modified_time":"2023-05-07T03:17:43+00:00","og_image":[{"width":900,"height":528,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/nullptr-new-del.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@AkibaChan3","twitter_site":"@AkibaChan3","twitter_misc":{"\u57f7\u7b46\u8005":"\u79cb\u8449"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#website","url":"https:\/\/p-horlix.net\/umamusume-phazor\/","name":"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","description":"\u30a6\u30de\u5a18\u95a2\u9023\u306e\u30cd\u30bf\u304c\u591a\u3044\u3067\u3057\u3087\u3046\u304b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/p-horlix.net\/umamusume-phazor\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"ImageObject","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#primaryimage","inLanguage":"ja","url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/nullptr-new-del.png","contentUrl":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/nullptr-new-del.png","width":900,"height":528},{"@type":"WebPage","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#webpage","url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271","name":"nullptr -> new -> delete in C++ | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","isPartOf":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#website"},"primaryImageOfPage":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#primaryimage"},"datePublished":"2023-05-07T03:15:44+00:00","dateModified":"2023-05-07T03:17:43+00:00","author":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308"},"breadcrumb":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1271#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"HOME","item":"https:\/\/p-horlix.net\/umamusume-phazor"},{"@type":"ListItem","position":2,"name":"nullptr -> new -> delete in C++"}]},{"@type":"Person","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308","name":"\u79cb\u8449","image":{"@type":"ImageObject","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#personlogo","inLanguage":"ja","url":"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g","caption":"\u79cb\u8449"},"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?author=3"}]}},"jetpack_featured_media_url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/05\/nullptr-new-del.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":823,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=823","url_meta":{"origin":1271,"position":0},"title":"C\/C++ \u899a\u3048\u66f8\u304d -\u30dd\u30a4\u30f3\u30bf-","date":"2023-02-08","format":false,"excerpt":"\u3084\u306f\u308a\u300cC\/C++ \u306f\u96e3\u3057\u3044\u300d\u3068\u3044\u3046\u58f0\u3092\u3088\u304f\u805e\u304f\u3002 \u5b9f\u969b\u3001\u6700\u8fd1\u3001twitter \u3067\u3053\u3093\u306a\u3084\u308a\u3068\u308a\u304c\u3042\u2026","rel":"","context":"C","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/02\/lesson-C-pointer.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1637,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1637","url_meta":{"origin":1271,"position":1},"title":"cannot refer to declaration with an array type inside block \u30a8\u30e9\u30fc","date":"2024-05-17","format":false,"excerpt":"C \u306e\u30d6\u30ed\u30c3\u30af\u5185\uff08^ \u306b\u7d9a\u304f\u95a2\u6570\u306e\u3042\u308c\uff09\u3067\u306f\u3001\u914d\u5217\u3078\u306e\u53c2\u7167\u306f\u3067\u304d\u306a\u3044\u3089\u3057\u3044\u3002 \u308f\u304b\u308a\u3084\u3059\u3044\u4f8b\u304c\u3053\u3053\u306b\u2026","rel":"","context":"C","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/a-akiba-block-array.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":709,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=709","url_meta":{"origin":1271,"position":2},"title":"QxOrm \u3067\u7c21\u5358\u306a\u30b5\u30f3\u30d7\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b","date":"2023-01-27","format":false,"excerpt":"\u4ee5\u524d\u306b\u66f8\u3044\u305f QxOrm \u306e\u8a18\u4e8b\u304c\uff08\u65e5\u672c\u306b\u304a\u3044\u3066\u306f\u304a\u305d\u3089\u304f\uff09\u6700\u521d\u306e\u89e3\u8aac\u8a18\u4e8b\u3060\u3063\u305f\u3089\u3057\u304f\u3001\u3061\u3087\u3044\u3061\u3087\u3044\u2026","rel":"","context":"Qt","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/Qt-QxOrm-Sample.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":853,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=853","url_meta":{"origin":1271,"position":3},"title":"cmake \u3067 framework \u3092\u751f\u6210\u3059\u308b","date":"2023-02-13","format":false,"excerpt":"\u3053\u306e\u524d\u306e\u8a18\u4e8b\u3067\u3001cmake \u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067 cocoa \u306e framework \u3092\u4f5c\u6210\u3059\u308b\u30aa\u30d7\u30b7\u30e7\u2026","rel":"","context":"CMake","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/02\/cmake-framework-option-e1676276450487.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1660,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1660","url_meta":{"origin":1271,"position":4},"title":"\u30d7\u30ed\u30bb\u30b9\u3068\u304b\u30b9\u30ec\u30c3\u30c9\u3068\u304b -pthread \u3084 semaphore-","date":"2024-05-19","format":false,"excerpt":"\u4eca\u307e\u3067\u3088\u304f\u5206\u304b\u3063\u3066\u306a\u304b\u3063\u305f\u30d7\u30ed\u30bb\u30b9\u30fb\u30b9\u30ec\u30c3\u30c9\u30fb\u540c\u671f\u30fb\u975e\u540c\u671f\u4e91\u3005\u3092\u4eca\u306e\u3046\u3061\u306b\u307e\u3068\u3081\u3066\u304a\u3053\u3046\u3068\u601d\u3044\u3001\u30cd\u30c3\u2026","rel":"","context":"C","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2024\/05\/fork-process.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":972,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=972","url_meta":{"origin":1271,"position":5},"title":"Xcode \u3067 GUI \u30a2\u30d7\u30ea \uff13","date":"2023-03-09","format":false,"excerpt":"\u3059\u307f\u307e\u305b\u3093\u3001\u4ee5\u524d\u306e\u8a18\u4e8b\u306f\u898b\u5f53\u9055\u3044\u306a\u3053\u3068\u3092\u66f8\u3044\u3066\u3044\u305f\u304b\u3082\u3002 \u30e1\u30cb\u30e5\u30fc\u30a2\u30a4\u30c6\u30e0\u304b\u3089\u5404\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u64cd\u4f5c\u3092\u2026","rel":"","context":"MacOS","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/03\/xcode-add-object-storyboard.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1271"}],"collection":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1271"}],"version-history":[{"count":2,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1271\/revisions"}],"predecessor-version":[{"id":1274,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/1271\/revisions\/1274"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/media\/1272"}],"wp:attachment":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}