{"id":8792,"date":"2023-12-25T20:47:54","date_gmt":"2023-12-25T20:47:54","guid":{"rendered":"https:\/\/hatchjs.com\/?p=8792"},"modified":"2024-01-05T11:10:05","modified_gmt":"2024-01-05T11:10:05","slug":"rangeerror-invalid-string-length","status":"publish","type":"post","link":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/","title":{"rendered":"RangeError: Invalid String Length &#8211; What It Is and How to Fix It"},"content":{"rendered":"<p>Have you ever tried to use a long string of text in a programming language, only to get an error message like RangeError: Invalid string length? This error occurs when you try to use a string that is longer than the maximum allowed length for that particular language. In JavaScript, for example, the maximum string length is 65,535 characters.<\/p>\n<p>In this article, well take a closer look at the RangeError: Invalid string length error, and well discuss some of the causes and solutions for this error. Well also provide some tips on how to avoid this error in the future.<\/p>\n<p>So if youre ever wondering why youre getting a RangeError: Invalid string length error, read on for more information!<\/p>\n<table>\n<tr>\n<th>Error Code<\/th>\n<th>Description<\/th>\n<th>Solution<\/th>\n<\/tr>\n<tr>\n<td>RangeError: Invalid string length<\/td>\n<td>This error occurs when you try to access a character in a string that is outside the bounds of the string.<\/td>\n<td>To fix this error, make sure that the index you are trying to access is within the bounds of the string.<\/td>\n<\/tr>\n<\/table>\n<p><b><\/p>\n<h2>What is a RangeError?<\/h2>\n<p><\/b><\/p>\n<p>A RangeError is a type of error that occurs when a value is outside of the expected range. For example, if you try to access an element of an array that is beyond the end of the array, you will get a RangeError.<\/p>\n<p>RangeErrors can also occur when you try to convert a value to a different data type and the value is not valid for that data type. For example, if you try to convert a string to a number and the string does not contain a valid number, you will get a RangeError.<\/p>\n<p><b><\/p>\n<h2>What causes a RangeError: Invalid String Length?<\/h2>\n<p><\/b><\/p>\n<p>A RangeError: Invalid String Length occurs when you try to convert a string to a number and the string is not long enough to represent a valid number. For example, if you try to convert the string &#8220;123&#8221; to a number, there will be no problem. However, if you try to convert the string &#8220;1234&#8221; to a number, you will get a RangeError because the string is not long enough to represent the number 1234.<\/p>\n<p>Another common cause of a RangeError: Invalid String Length is when you try to convert a string that contains non-numeric characters to a number. For example, if you try to convert the string &#8220;123a&#8221; to a number, you will get a RangeError because the string contains the non-numeric character &#8220;a&#8221;.<\/p>\n<p><b>How to fix a RangeError: Invalid String Length<\/b><\/p>\n<p>There are a few ways to fix a RangeError: Invalid String Length.<\/p>\n<ul>\n<li><b>Make sure the string is long enough to represent the number.<\/b> If the string is not long enough, you can pad it with zeros until it is the correct length.<\/li>\n<li><b>Remove any non-numeric characters from the string.<\/b> If the string contains any non-numeric characters, you can remove them before converting the string to a number.<\/li>\n<li><b>Use a different method to convert the string to a number.<\/b> There are a number of different ways to convert a string to a number. If one method is not working, you can try a different method.<\/li>\n<\/ul>\n<p>RangeErrors: Invalid String Length can be a frustrating problem, but they are usually easy to fix. By following the steps above, you can usually resolve these errors quickly and easily.<\/p>\n<\/p>\n<h2>How to fix a RangeError: Invalid String Length?<\/h2>\n<p>A RangeError: Invalid String Length occurs when you try to access a character in a string that doesn&#8217;t exist. This can happen for a few reasons, such as:<\/p>\n<ul>\n<li>You&#8217;re trying to access a character that&#8217;s outside the bounds of the string.<\/li>\n<li>You&#8217;re trying to access a character that&#8217;s been deleted from the string.<\/li>\n<li>You&#8217;re trying to access a character that&#8217;s been replaced with a different character.<\/li>\n<\/ul>\n<p>To fix a RangeError: Invalid String Length, you need to find the cause of the error and correct it. Here are a few things you can try:<\/p>\n<ul>\n<li>Make sure that you&#8217;re not trying to access a character that&#8217;s outside the bounds of the string.<\/li>\n<li>Check to see if the character you&#8217;re trying to access has been deleted from the string.<\/li>\n<li>Check to see if the character you&#8217;re trying to access has been replaced with a different character.<\/li>\n<\/ul>\n<p>If you&#8217;re still having trouble fixing the error, you can try using a debugger to help you track down the problem.<\/p>\n<p>Here&#8217;s an example of how to fix a RangeError: Invalid String Length using a debugger:<\/p>\n<p>\/\/ Create a string.<br \/>\nvar str = &#8220;Hello world!&#8221;;<\/p>\n<p>\/\/ Try to access the character at index 10.<br \/>\nvar char = str[10];<\/p>\n<p>\/\/ The debugger will break at this line because the character at index 10 doesn&#8217;t exist.<\/p>\n<p>\/\/ Fix the error by changing the index to 9.<br \/>\nchar = str[9];<\/p>\n<p>\/\/ The debugger will continue running and the error will be fixed.<\/p>\n<h2>Examples of RangeError: Invalid String Length<\/h2>\n<p>Here are a few examples of RangeError: Invalid String Length:<\/p>\n<ul>\n<li><\/li>\n<\/ul>\n<p>var str = &#8220;Hello world!&#8221;;<br \/>\nvar char = str[10];<\/p>\n<p>This code will throw a RangeError because the character at index 10 doesn&#8217;t exist.<\/p>\n<ul>\n<li><\/li>\n<\/ul>\n<p>var str = &#8220;Hello world!&#8221;;<br \/>\nstr.deleteCharAt(0);<br \/>\nvar char = str[0];<\/p>\n<p>This code will also throw a RangeError because the character at index 0 has been deleted.<\/p>\n<ul>\n<li><\/li>\n<\/ul>\n<p>var str = &#8220;Hello world!&#8221;;<br \/>\nstr = str.replace(&#8220;world&#8221;, &#8220;universe&#8221;);<br \/>\nvar char = str[5];<\/p>\n<p>This code will throw a RangeError because the character at index 5 has been replaced with a different character.<\/p>\n<p>A RangeError: Invalid String Length occurs when you try to access a character in a string that doesn&#8217;t exist. This can happen for a few reasons, such as:<\/p>\n<ul>\n<li>You&#8217;re trying to access a character that&#8217;s outside the bounds of the string.<\/li>\n<li>You&#8217;re trying to access a character that&#8217;s been deleted from the string.<\/li>\n<li>You&#8217;re trying to access a character that&#8217;s been replaced with a different character.<\/li>\n<\/ul>\n<p>To fix a RangeError: Invalid String Length, you need to find the cause of the error and correct it. You can do this by using a debugger to help you track down the problem.<\/p>\n<p><b>Q: What is a RangeError: Invalid string length?<\/b><br \/>\nA: A RangeError: Invalid string length occurs when you try to access a character in a string that is outside of the string&#8217;s length. For example, if you have a string with the value &#8220;hello&#8221;, and you try to access the character at index 5, you will get a RangeError: Invalid string length error.<\/p>\n<p><b>Q: What causes a RangeError: Invalid string length?<\/b><br \/>\nA: There are a few things that can cause a RangeError: Invalid string length error.<\/p>\n<ul>\n<li><b>Trying to access a character in a string that is outside of the string&#8217;s length.<\/b> This is the most common cause of this error.<\/li>\n<li><b>Using the wrong index when accessing a character in a string.<\/b> For example, if you have a string with the value &#8220;hello&#8221;, and you try to access the character at index 0, you will get a RangeError: Invalid string length error because the first character in the string is at index 1.<\/li>\n<li><b>Using a string that has been truncated.<\/b> If you truncate a string, you may end up with a string that is shorter than the original string. This can cause a RangeError: Invalid string length error if you try to access a character that is outside of the truncated string&#8217;s length.<\/li>\n<\/ul>\n<p><b>Q: How can I fix a RangeError: Invalid string length?<\/b><br \/>\nA: There are a few ways to fix a RangeError: Invalid string length.<\/p>\n<ul>\n<li><b>Make sure that you are not trying to access a character in a string that is outside of the string&#8217;s length.<\/b> If you are unsure of the length of a string, you can use the `length` property to get the string&#8217;s length.<\/li>\n<li><b>Use the correct index when accessing a character in a string.<\/b> Make sure that you are using the correct index when accessing a character in a string. For example, if you have a string with the value &#8220;hello&#8221;, and you want to access the first character, you would use the index 0.<\/li>\n<li><b>Use a string that has not been truncated.<\/b> If you need to truncate a string, make sure that you do not truncate the string so much that it becomes shorter than the original string.<\/li>\n<\/ul>\n<p><b>Q: What are some other common string errors?<\/b><br \/>\nA: In addition to the RangeError: Invalid string length error, there are a few other common string errors that you may encounter.<\/p>\n<ul>\n<li><b>TypeError: String is not a function<\/b>. This error occurs when you try to call a method on a string that is not a function. For example, if you try to call the `toUpperCase()` method on a string that is not a function, you will get a TypeError: String is not a function error.<\/li>\n<li><b>SyntaxError: Unexpected end of input<\/b>. This error occurs when you have a syntax error in your code that involves a string. For example, if you try to write a string without enclosing it in quotes, you will get a SyntaxError: Unexpected end of input error.<\/li>\n<li><b>ReferenceError: `string` is not defined<\/b>. This error occurs when you try to use a string that has not been defined. For example, if you try to use a string that is declared outside of the current scope, you will get a ReferenceError: `string` is not defined error.<\/li>\n<\/ul>\n<p><b>Q: How can I avoid string errors?<\/b><br \/>\nA: There are a few things you can do to avoid string errors.<\/p>\n<ul>\n<li><b>Be careful when accessing characters in a string.<\/b> Make sure that you are not trying to access a character that is outside of the string&#8217;s length.<\/li>\n<li><b>Use the correct index when accessing characters in a string.<\/b> Make sure that you are using the correct index when accessing characters in a string.<\/li>\n<li><b>Use strings that have not been truncated.<\/b> If you need to truncate a string, make sure that you do not truncate the string so much that it becomes shorter than the original string.<\/li>\n<li><b>Be careful when using string functions.<\/b> Make sure that you are using string functions correctly. For example, make sure that you are calling the `toUpperCase()` method on a string that is a function.<\/li>\n<\/ul>\n<p>By following these tips, you can help to avoid string errors in your code.<\/p>\n<p> the RangeError: Invalid String Length error is a common JavaScript error that can occur when you try to access an element of a string that is out of bounds. This error can be avoided by ensuring that you are not trying to access an element of a string that is beyond its length. Additionally, you can use the substring() method to return a portion of a string within a specified range.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Have you ever tried to use a long string of text in a programming language, only to get an error message like RangeError: Invalid string length? This error occurs when you try to use a string that is longer than the maximum allowed length for that particular language. In JavaScript, for example, the maximum string&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[4],"tags":[],"class_list":["post-8792","post","type-post","status-publish","format-standard","hentry","category-error-fixing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>RangeError: Invalid String Length - What It Is and How to Fix It<\/title>\n<meta name=\"description\" content=\"RangeError: Invalid string length * Learn what causes the RangeError: Invalid string length error in JavaScript. * Get tips on how to fix this error and prevent it from happening again. * See working examples of how to fix the RangeError: Invalid string length error.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RangeError: Invalid String Length - What It Is and How to Fix It\" \/>\n<meta property=\"og:description\" content=\"RangeError: Invalid string length * Learn what causes the RangeError: Invalid string length error in JavaScript. * Get tips on how to fix this error and prevent it from happening again. * See working examples of how to fix the RangeError: Invalid string length error.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/\" \/>\n<meta property=\"og:site_name\" content=\"HatchJS.com\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/marcusgreenwood\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-12-25T20:47:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-05T11:10:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hatchjs.com\/wp-content\/uploads\/2023\/12\/Hatch.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Tony Becker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@inventur_es\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tony Becker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/hatchjs.com\\\/rangeerror-invalid-string-length\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hatchjs.com\\\/rangeerror-invalid-string-length\\\/\"},\"author\":{\"name\":\"Tony Becker\",\"@id\":\"https:\\\/\\\/hatchjs.com\\\/#\\\/schema\\\/person\\\/0bb989e8d318f81bd8660b0f6b33c6a8\"},\"headline\":\"RangeError: Invalid String Length &#8211; What It Is and How to Fix It\",\"datePublished\":\"2023-12-25T20:47:54+00:00\",\"dateModified\":\"2024-01-05T11:10:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hatchjs.com\\\/rangeerror-invalid-string-length\\\/\"},\"wordCount\":1763,\"articleSection\":[\"Error Fixing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hatchjs.com\\\/rangeerror-invalid-string-length\\\/\",\"url\":\"https:\\\/\\\/hatchjs.com\\\/rangeerror-invalid-string-length\\\/\",\"name\":\"RangeError: Invalid String Length - What It Is and How to Fix It\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hatchjs.com\\\/#website\"},\"datePublished\":\"2023-12-25T20:47:54+00:00\",\"dateModified\":\"2024-01-05T11:10:05+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/hatchjs.com\\\/#\\\/schema\\\/person\\\/0bb989e8d318f81bd8660b0f6b33c6a8\"},\"description\":\"RangeError: Invalid string length * Learn what causes the RangeError: Invalid string length error in JavaScript. * Get tips on how to fix this error and prevent it from happening again. * See working examples of how to fix the RangeError: Invalid string length error.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hatchjs.com\\\/rangeerror-invalid-string-length\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hatchjs.com\\\/rangeerror-invalid-string-length\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hatchjs.com\\\/rangeerror-invalid-string-length\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hatchjs.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RangeError: Invalid String Length &#8211; What It Is and How to Fix It\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hatchjs.com\\\/#website\",\"url\":\"https:\\\/\\\/hatchjs.com\\\/\",\"name\":\"HatchJS.com\",\"description\":\"Cracking the Shell of Mystery\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hatchjs.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hatchjs.com\\\/#\\\/schema\\\/person\\\/0bb989e8d318f81bd8660b0f6b33c6a8\",\"name\":\"Tony Becker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50d58e00a32df2da0d0ca3199a0d87520e5fbade8058eb2748acf312c3516cc3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50d58e00a32df2da0d0ca3199a0d87520e5fbade8058eb2748acf312c3516cc3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/50d58e00a32df2da0d0ca3199a0d87520e5fbade8058eb2748acf312c3516cc3?s=96&d=mm&r=g\",\"caption\":\"Tony Becker\"},\"sameAs\":[\"http:\\\/\\\/hatchjs.com\",\"https:\\\/\\\/www.facebook.com\\\/marcusgreenwood\\\/\",\"https:\\\/\\\/uk.linkedin.com\\\/in\\\/marcusgreenwood\",\"https:\\\/\\\/www.pinterest.com\\\/hatchjs\\\/\",\"https:\\\/\\\/x.com\\\/inventur_es\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/hatchjs\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"RangeError: Invalid String Length - What It Is and How to Fix It","description":"RangeError: Invalid string length * Learn what causes the RangeError: Invalid string length error in JavaScript. * Get tips on how to fix this error and prevent it from happening again. * See working examples of how to fix the RangeError: Invalid string length error.","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:\/\/hatchjs.com\/rangeerror-invalid-string-length\/","og_locale":"en_US","og_type":"article","og_title":"RangeError: Invalid String Length - What It Is and How to Fix It","og_description":"RangeError: Invalid string length * Learn what causes the RangeError: Invalid string length error in JavaScript. * Get tips on how to fix this error and prevent it from happening again. * See working examples of how to fix the RangeError: Invalid string length error.","og_url":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/","og_site_name":"HatchJS.com","article_author":"https:\/\/www.facebook.com\/marcusgreenwood\/","article_published_time":"2023-12-25T20:47:54+00:00","article_modified_time":"2024-01-05T11:10:05+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/hatchjs.com\/wp-content\/uploads\/2023\/12\/Hatch.png","type":"image\/png"}],"author":"Tony Becker","twitter_card":"summary_large_image","twitter_creator":"@inventur_es","twitter_misc":{"Written by":"Tony Becker","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/#article","isPartOf":{"@id":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/"},"author":{"name":"Tony Becker","@id":"https:\/\/hatchjs.com\/#\/schema\/person\/0bb989e8d318f81bd8660b0f6b33c6a8"},"headline":"RangeError: Invalid String Length &#8211; What It Is and How to Fix It","datePublished":"2023-12-25T20:47:54+00:00","dateModified":"2024-01-05T11:10:05+00:00","mainEntityOfPage":{"@id":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/"},"wordCount":1763,"articleSection":["Error Fixing"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/","url":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/","name":"RangeError: Invalid String Length - What It Is and How to Fix It","isPartOf":{"@id":"https:\/\/hatchjs.com\/#website"},"datePublished":"2023-12-25T20:47:54+00:00","dateModified":"2024-01-05T11:10:05+00:00","author":{"@id":"https:\/\/hatchjs.com\/#\/schema\/person\/0bb989e8d318f81bd8660b0f6b33c6a8"},"description":"RangeError: Invalid string length * Learn what causes the RangeError: Invalid string length error in JavaScript. * Get tips on how to fix this error and prevent it from happening again. * See working examples of how to fix the RangeError: Invalid string length error.","breadcrumb":{"@id":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/hatchjs.com\/rangeerror-invalid-string-length\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hatchjs.com\/"},{"@type":"ListItem","position":2,"name":"RangeError: Invalid String Length &#8211; What It Is and How to Fix It"}]},{"@type":"WebSite","@id":"https:\/\/hatchjs.com\/#website","url":"https:\/\/hatchjs.com\/","name":"HatchJS.com","description":"Cracking the Shell of Mystery","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hatchjs.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/hatchjs.com\/#\/schema\/person\/0bb989e8d318f81bd8660b0f6b33c6a8","name":"Tony Becker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/50d58e00a32df2da0d0ca3199a0d87520e5fbade8058eb2748acf312c3516cc3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/50d58e00a32df2da0d0ca3199a0d87520e5fbade8058eb2748acf312c3516cc3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/50d58e00a32df2da0d0ca3199a0d87520e5fbade8058eb2748acf312c3516cc3?s=96&d=mm&r=g","caption":"Tony Becker"},"sameAs":["http:\/\/hatchjs.com","https:\/\/www.facebook.com\/marcusgreenwood\/","https:\/\/uk.linkedin.com\/in\/marcusgreenwood","https:\/\/www.pinterest.com\/hatchjs\/","https:\/\/x.com\/inventur_es","https:\/\/www.youtube.com\/user\/hatchjs"]}]}},"_links":{"self":[{"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/posts\/8792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/comments?post=8792"}],"version-history":[{"count":1,"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/posts\/8792\/revisions"}],"predecessor-version":[{"id":8793,"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/posts\/8792\/revisions\/8793"}],"wp:attachment":[{"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/media?parent=8792"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/categories?post=8792"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hatchjs.com\/wp-json\/wp\/v2\/tags?post=8792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}