{"id":5158,"date":"2019-12-16T05:04:49","date_gmt":"2019-12-16T09:04:49","guid":{"rendered":"https:\/\/www.freelancinggig.com\/blog\/?p=5158"},"modified":"2019-12-16T05:04:51","modified_gmt":"2019-12-16T09:04:51","slug":"what-is-hashmap-in-python","status":"publish","type":"post","link":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/","title":{"rendered":"What is HashMap in Python?"},"content":{"rendered":"<p class=\"wp-block-paragraph\">The hash table which is also known as the hash map is the data structure which truly implements the associative <a class=\"glossaryLink\"  href=\"https:\/\/www.freelancinggig.com\/blog\/glossary\/array\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>array<\/a> for the <a class=\"glossaryLink\"  href=\"https:\/\/www.freelancinggig.com\/blog\/glossary\/abstract\/\"  data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]'  tabindex='0' role='link'>abstract<\/a> data, the structure which may simply map keys to the values. HashMap is mainly the Map which is based on the collection class which is mainly used to store the Key &amp; value pairs, this is denoted like HashMap&lt;Key, Value&gt; and HashMap&lt;K, V&gt;. Such class makes does not any kind of guarantees about the order of the map. This is quite much similar to Hashtable class apart from the fact that it is also unsynchronized and it permits nulls that offer null values along with the null key.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Data requires various ways through which it may also be stored as well as accessed. The other most crucial implementations include Hash Tables. In the concept of Python, such kind of Hash tables is mainly implemented through built-in data kind such as dictionary. In such kind of article, you will be simply able to learn what are the Hash Tables as well as what are the Hashmaps in Python and also how you will be able to implement them by using the dictionaries.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Prior that you move ahead, let us now take a\nlook at various such topics that are related to the discussion such as\nmentioned below:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#x2013; What is a Hash table and also what is the\nHashmap in the Python?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#x2013; What is the difference between the Hash\ntable and the Hashmap<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#x2013; Creating some of the Dictionaries<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#x2013; Making the Nested Dictionaries<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#x2013; Performance of the Operations on the Hash\nTables thereby using dictionaries providing the Accessing Values<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#x2013; Deleting items<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#x2013; Updating the Values<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">&#x2013; Converting the Dictionary in the Dataframe<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What is the Hash table or the Hashmap in the\nPython?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In computer science, the Hash table or the Hashmap is mainly the kind of data structure that maps keys to their value pairs (implement the abstract array for the data types). It usually makes the proper use of the function which computes the index value which is in the turn holds key elements to get inserted, removed and also searched, etc. It makes it simple and quick to access the available data. In general, the hash tables mainly store the pairs of key-value and the key also gets generated using the hash function.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Hash tables usually have the maps in\nPython and they are also implemented through built-in dictionary of the data\ntype. The keys of the dictionary in the Python are usually generated by the\nfunction of the hashing. The key and the critical elements of the dictionary\nare not ordered and they may also get changed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The perfect example of the dictionary may also\nbe the mapping of the <a class=\"glossaryLink\" href=\"https:\/\/www.freelancinggig.com\/blog\/glossary\/employee\/\" data-gt-translate-attributes='[{\"attribute\":\"data-cmtooltip\", \"format\":\"html\"}]' tabindex=\"0\" role=\"link\">employee<\/a> names along with the employee IDs or names of\nthe students with the student IDs. It also allows one of the null key and also\nquite more than null values as it does never allows the null keys and the\nvalues thereby creating some of the dictionaries like, using the function of\ndict () and also using the function of curly braces({}).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The hash table which is also known as the hash map is the data structure which truly implements the associative array for the abstract data, &#x2026;<\/p>\n","protected":false},"author":3,"featured_media":5159,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[149],"tags":[1706,1707],"class_list":["post-5158","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-startup-resources","tag-hashmap-in-python","tag-python-hashmap"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is HashMap in Python? - Developers, Designers &amp; Freelancers - FreelancingGig<\/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:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is HashMap in Python? - Developers, Designers &amp; Freelancers - FreelancingGig\" \/>\n<meta property=\"og:description\" content=\"The hash table which is also known as the hash map is the data structure which truly implements the associative array for the abstract data, ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/\" \/>\n<meta property=\"og:site_name\" content=\"Developers, Designers &amp; Freelancers - FreelancingGig\" \/>\n<meta property=\"article:published_time\" content=\"2019-12-16T09:04:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-12-16T09:04:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/12\/HashMap-in-Python.png\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"304\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kitty Gupta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kitty Gupta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/\"},\"author\":{\"name\":\"Kitty Gupta\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/person\\\/48f1ba04a6bf525d5251b2eda9c7bb0c\"},\"headline\":\"What is HashMap in Python?\",\"datePublished\":\"2019-12-16T09:04:49+00:00\",\"dateModified\":\"2019-12-16T09:04:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/\"},\"wordCount\":533,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/HashMap-in-Python.png\",\"keywords\":[\"HashMap in Python\",\"Python Hashmap\"],\"articleSection\":[\"Startup Resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/\",\"name\":\"What is HashMap in Python? - Developers, Designers &amp; Freelancers - FreelancingGig\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/HashMap-in-Python.png\",\"datePublished\":\"2019-12-16T09:04:49+00:00\",\"dateModified\":\"2019-12-16T09:04:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/HashMap-in-Python.png\",\"contentUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/HashMap-in-Python.png\",\"width\":600,\"height\":304,\"caption\":\"HashMap in Python\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/2019\\\/12\\\/16\\\/what-is-hashmap-in-python\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is HashMap in Python?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\",\"name\":\"Developers, Designers &amp; Freelancers - FreelancingGig\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#organization\",\"name\":\"FreelancingGig\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/freelancinggig-website-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/freelancinggig-website-logo.png\",\"width\":213,\"height\":35,\"caption\":\"FreelancingGig\"},\"image\":{\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.freelancinggig.com\\\/blog\\\/#\\\/schema\\\/person\\\/48f1ba04a6bf525d5251b2eda9c7bb0c\",\"name\":\"Kitty Gupta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g\",\"caption\":\"Kitty Gupta\"},\"description\":\"Kitty Gupta is FreelancingGig's Content &amp; Community Manager. She has many years experience writing for reputable platforms with her engineering and communications background.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is HashMap in Python? - Developers, Designers &amp; Freelancers - FreelancingGig","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:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/","og_locale":"en_US","og_type":"article","og_title":"What is HashMap in Python? - Developers, Designers &amp; Freelancers - FreelancingGig","og_description":"The hash table which is also known as the hash map is the data structure which truly implements the associative array for the abstract data, ...","og_url":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/","og_site_name":"Developers, Designers &amp; Freelancers - FreelancingGig","article_published_time":"2019-12-16T09:04:49+00:00","article_modified_time":"2019-12-16T09:04:51+00:00","og_image":[{"width":600,"height":304,"url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/12\/HashMap-in-Python.png","type":"image\/png"}],"author":"Kitty Gupta","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kitty Gupta","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/#article","isPartOf":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/"},"author":{"name":"Kitty Gupta","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/person\/48f1ba04a6bf525d5251b2eda9c7bb0c"},"headline":"What is HashMap in Python?","datePublished":"2019-12-16T09:04:49+00:00","dateModified":"2019-12-16T09:04:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/"},"wordCount":533,"commentCount":0,"publisher":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/#primaryimage"},"thumbnailUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/12\/HashMap-in-Python.png","keywords":["HashMap in Python","Python Hashmap"],"articleSection":["Startup Resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/","url":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/","name":"What is HashMap in Python? - Developers, Designers &amp; Freelancers - FreelancingGig","isPartOf":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/#primaryimage"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/#primaryimage"},"thumbnailUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/12\/HashMap-in-Python.png","datePublished":"2019-12-16T09:04:49+00:00","dateModified":"2019-12-16T09:04:51+00:00","breadcrumb":{"@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/#primaryimage","url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/12\/HashMap-in-Python.png","contentUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2019\/12\/HashMap-in-Python.png","width":600,"height":304,"caption":"HashMap in Python"},{"@type":"BreadcrumbList","@id":"https:\/\/www.freelancinggig.com\/blog\/2019\/12\/16\/what-is-hashmap-in-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.freelancinggig.com\/blog\/"},{"@type":"ListItem","position":2,"name":"What is HashMap in Python?"}]},{"@type":"WebSite","@id":"https:\/\/www.freelancinggig.com\/blog\/#website","url":"https:\/\/www.freelancinggig.com\/blog\/","name":"Developers, Designers &amp; Freelancers - FreelancingGig","description":"","publisher":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.freelancinggig.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.freelancinggig.com\/blog\/#organization","name":"FreelancingGig","url":"https:\/\/www.freelancinggig.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2020\/03\/freelancinggig-website-logo.png","contentUrl":"https:\/\/www.freelancinggig.com\/blog\/wp-content\/uploads\/2020\/03\/freelancinggig-website-logo.png","width":213,"height":35,"caption":"FreelancingGig"},"image":{"@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.freelancinggig.com\/blog\/#\/schema\/person\/48f1ba04a6bf525d5251b2eda9c7bb0c","name":"Kitty Gupta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e45872c7ed30fc8f42c4fcfc60f8d2c667422939d9e4144a03e70d71e9d44bd6?s=96&d=wp_user_avatar&r=g","caption":"Kitty Gupta"},"description":"Kitty Gupta is FreelancingGig's Content &amp; Community Manager. She has many years experience writing for reputable platforms with her engineering and communications background."}]}},"_links":{"self":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/5158","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/comments?post=5158"}],"version-history":[{"count":1,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/5158\/revisions"}],"predecessor-version":[{"id":5160,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/posts\/5158\/revisions\/5160"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/media\/5159"}],"wp:attachment":[{"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/media?parent=5158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/categories?post=5158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.freelancinggig.com\/blog\/wp-json\/wp\/v2\/tags?post=5158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}