{"id":17608,"date":"2022-10-26T06:03:33","date_gmt":"2022-10-26T00:33:33","guid":{"rendered":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/"},"modified":"2022-10-26T06:03:33","modified_gmt":"2022-10-26T00:33:33","slug":"solved-replace-string-array-in-a-json-to-integer-array-closed","status":"publish","type":"post","link":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/","title":{"rendered":"[Solved] Replace string array in a JSON to integer array [closed]"},"content":{"rendered":"<p> [ad_1]<br \/>\n<\/p>\n<div id=\"answer-55097770\" class=\"answer js-answer accepted-answer js-accepted-answer\" data-answerid=\"55097770\" data-parentid=\"55097555\" data-score=\"1\" data-position-on-page=\"1\" data-highest-scored=\"1\" data-question-has-accepted-highest-score=\"1\" itemprop=\"acceptedAnswer\" itemscope itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"post-layout\">\n<div class=\"votecell post-layout--left\"><\/div>\n<div class=\"answercell post-layout--right\">\n<div class=\"s-prose js-post-body\" itemprop=\"text\">\n<pre><code>const data = {\"chart\": {\"type\": \"column\"},\"credits\": {\"enabled\": true,\"href\": \"#\",\"position\": {\"align\": \"right\",\"verticalAlign\": \"bottom\",\"y\": 0},\"text\": \"www.midasplus.com\"},\"series\": [{\"color\": {\"linearGradient\": {\"x1\": 1,\"x2\": 0,\"y1\": 0,\"y2\": 1},\"stops\": [[0,\"#9a1919\"],[\"0.25\",\"#9a1919\"],[\"0.5\",\"#9a7319\"],[\"0.75\",\"#9a1919\"],[1,\"#9a1919\"]]},\"data\": [\"-1.03\",\"-3.01\",\"-2.25\",\"0.63\",\"-1.07\",\"1.14\",\"-0.38\",\"2.03\",\"-2.07\",\"-3.55\",\"-3.99\",\"-0.41\"],\"negativeColor\": {\"linearGradient\": {\"x1\": -1,\"x2\": 0,\"y1\": 0,\"y2\": -1},\"stops\": [[0,\"#199A19\"],[\"0.25\",\"#199A19\"],[\"0.5\",\"#00CC00\"],[\"0.75\",\"#199A19\"],[1,\"#199A19\"]]},\"showInLegend\": \"false\"}],\"title\": {\"text\": \"Control Chart\"},\"xAxis\": {\"categories\": [\"Q3 2013\",\"Q4 2013\",\"Q1 2014\",\"Q2 2014\",\"Q3 2014\",\"Q4 2014\",\"Q1 2015\",\"Q2 2015\",\"Q3 2015\",\"Q4 2015\",\"Q1 2016\",\"Q2 2016\"]} }    \nconst floatArr = data.series[0].data.map(item =&gt; {\n    return parseFloat(item)\n})\n<\/code><\/pre>\n<p>If you want these as integers, please use function <code>parseInt(item, 10)<\/code> with <code>parseFloat(item)<\/code>.<\/p>\n<\/p><\/div>\n<div class=\"mt24\"><\/div>\n<\/div>\n<p>            <span class=\"d-none\" itemprop=\"commentCount\">0<\/span> <\/p><\/div>\n<\/div>\n<p>[ad_2]<\/p>\n<p>solved Replace string array in a JSON to integer array [closed] <\/p>\n","protected":false},"excerpt":{"rendered":"<p>[ad_1] const data = {&#8220;chart&#8221;: {&#8220;type&#8221;: &#8220;column&#8221;},&#8221;credits&#8221;: {&#8220;enabled&#8221;: true,&#8221;href&#8221;: &#8220;#&#8221;,&#8221;position&#8221;: {&#8220;align&#8221;: &#8220;right&#8221;,&#8221;verticalAlign&#8221;: &#8220;bottom&#8221;,&#8221;y&#8221;: 0},&#8221;text&#8221;: &#8220;www.midasplus.com&#8221;},&#8221;series&#8221;: [{&#8220;color&#8221;: {&#8220;linearGradient&#8221;: {&#8220;x1&#8243;: 1,&#8221;x2&#8243;: 0,&#8221;y1&#8243;: 0,&#8221;y2&#8243;: 1},&#8221;stops&#8221;: [[0,&#8221;#9a1919&#8243;],[&#8220;0.25&#8243;,&#8221;#9a1919&#8221;],[&#8220;0.5&#8243;,&#8221;#9a7319&#8221;],[&#8220;0.75&#8243;,&#8221;#9a1919&#8243;],[1,&#8221;#9a1919&#8243;]]},&#8221;data&#8221;: [&#8220;-1.03&#8243;,&#8221;-3.01&#8243;,&#8221;-2.25&#8243;,&#8221;0.63&#8243;,&#8221;-1.07&#8243;,&#8221;1.14&#8243;,&#8221;-0.38&#8243;,&#8221;2.03&#8243;,&#8221;-2.07&#8243;,&#8221;-3.55&#8243;,&#8221;-3.99&#8243;,&#8221;-0.41&#8243;],&#8221;negativeColor&#8221;: {&#8220;linearGradient&#8221;: {&#8220;x1&#8243;: -1,&#8221;x2&#8243;: 0,&#8221;y1&#8243;: 0,&#8221;y2&#8243;: -1},&#8221;stops&#8221;: [[0,&#8221;#199A19&#8243;],[&#8220;0.25&#8243;,&#8221;#199A19&#8221;],[&#8220;0.5&#8243;,&#8221;#00CC00&#8221;],[&#8220;0.75&#8243;,&#8221;#199A19&#8243;],[1,&#8221;#199A19&#8243;]]},&#8221;showInLegend&#8221;: &#8220;false&#8221;}],&#8221;title&#8221;: {&#8220;text&#8221;: &#8220;Control Chart&#8221;},&#8221;xAxis&#8221;: {&#8220;categories&#8221;: [&#8220;Q3 2013&#8243;,&#8221;Q4 2013&#8243;,&#8221;Q1 2014&#8243;,&#8221;Q2 2014&#8243;,&#8221;Q3 2014&#8243;,&#8221;Q4 2014&#8243;,&#8221;Q1 2015&#8243;,&#8221;Q2 2015&#8243;,&#8221;Q3 2015&#8243;,&#8221;Q4 2015&#8243;,&#8221;Q1 2016&#8243;,&#8221;Q2 2016&#8221;]} } const floatArr = data.series[0].data.map(item =&gt; &#8230; <a title=\"[Solved] Replace string array in a JSON to integer array [closed]\" class=\"read-more\" href=\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/\" aria-label=\"More on [Solved] Replace string array in a JSON to integer array [closed]\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[320],"tags":[361,767,333,356],"class_list":["post-17608","post","type-post","status-publish","format-standard","hentry","category-solved","tag-arrays","tag-highcharts","tag-javascript","tag-json"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[Solved] Replace string array in a JSON to integer array [closed] - JassWeb<\/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:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[Solved] Replace string array in a JSON to integer array [closed] - JassWeb\" \/>\n<meta property=\"og:description\" content=\"[ad_1] const data = {&quot;chart&quot;: {&quot;type&quot;: &quot;column&quot;},&quot;credits&quot;: {&quot;enabled&quot;: true,&quot;href&quot;: &quot;#&quot;,&quot;position&quot;: {&quot;align&quot;: &quot;right&quot;,&quot;verticalAlign&quot;: &quot;bottom&quot;,&quot;y&quot;: 0},&quot;text&quot;: &quot;www.midasplus.com&quot;},&quot;series&quot;: [{&quot;color&quot;: {&quot;linearGradient&quot;: {&quot;x1&quot;: 1,&quot;x2&quot;: 0,&quot;y1&quot;: 0,&quot;y2&quot;: 1},&quot;stops&quot;: [[0,&quot;#9a1919&quot;],[&quot;0.25&quot;,&quot;#9a1919&quot;],[&quot;0.5&quot;,&quot;#9a7319&quot;],[&quot;0.75&quot;,&quot;#9a1919&quot;],[1,&quot;#9a1919&quot;]]},&quot;data&quot;: [&quot;-1.03&quot;,&quot;-3.01&quot;,&quot;-2.25&quot;,&quot;0.63&quot;,&quot;-1.07&quot;,&quot;1.14&quot;,&quot;-0.38&quot;,&quot;2.03&quot;,&quot;-2.07&quot;,&quot;-3.55&quot;,&quot;-3.99&quot;,&quot;-0.41&quot;],&quot;negativeColor&quot;: {&quot;linearGradient&quot;: {&quot;x1&quot;: -1,&quot;x2&quot;: 0,&quot;y1&quot;: 0,&quot;y2&quot;: -1},&quot;stops&quot;: [[0,&quot;#199A19&quot;],[&quot;0.25&quot;,&quot;#199A19&quot;],[&quot;0.5&quot;,&quot;#00CC00&quot;],[&quot;0.75&quot;,&quot;#199A19&quot;],[1,&quot;#199A19&quot;]]},&quot;showInLegend&quot;: &quot;false&quot;}],&quot;title&quot;: {&quot;text&quot;: &quot;Control Chart&quot;},&quot;xAxis&quot;: {&quot;categories&quot;: [&quot;Q3 2013&quot;,&quot;Q4 2013&quot;,&quot;Q1 2014&quot;,&quot;Q2 2014&quot;,&quot;Q3 2014&quot;,&quot;Q4 2014&quot;,&quot;Q1 2015&quot;,&quot;Q2 2015&quot;,&quot;Q3 2015&quot;,&quot;Q4 2015&quot;,&quot;Q1 2016&quot;,&quot;Q2 2016&quot;]} } const floatArr = data.series[0].data.map(item =&gt; ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/\" \/>\n<meta property=\"og:site_name\" content=\"JassWeb\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-26T00:33:33+00:00\" \/>\n<meta name=\"author\" content=\"Kirat\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirat\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/\"},\"author\":{\"name\":\"Kirat\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31\"},\"headline\":\"[Solved] Replace string array in a JSON to integer array [closed]\",\"datePublished\":\"2022-10-26T00:33:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/\"},\"wordCount\":34,\"publisher\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\"},\"keywords\":[\"arrays\",\"highcharts\",\"javascript\",\"json\"],\"articleSection\":[\"Solved\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/\",\"url\":\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/\",\"name\":\"[Solved] Replace string array in a JSON to integer array [closed] - JassWeb\",\"isPartOf\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#website\"},\"datePublished\":\"2022-10-26T00:33:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jassweb.com\/solved\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[Solved] Replace string array in a JSON to integer array [closed]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jassweb.com\/solved\/#website\",\"url\":\"https:\/\/jassweb.com\/solved\/\",\"name\":\"JassWeb\",\"description\":\"Build High-quality Websites\",\"publisher\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jassweb.com\/solved\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jassweb.com\/solved\/#organization\",\"name\":\"Jass Web\",\"url\":\"https:\/\/jassweb.com\/solved\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png\",\"contentUrl\":\"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png\",\"width\":693,\"height\":132,\"caption\":\"Jass Web\"},\"image\":{\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31\",\"name\":\"Kirat\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jassweb.com\/solved\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1776403586\",\"contentUrl\":\"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1776403586\",\"caption\":\"Kirat\"},\"sameAs\":[\"http:\/\/jassweb.com\"],\"url\":\"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[Solved] Replace string array in a JSON to integer array [closed] - JassWeb","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:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/","og_locale":"en_US","og_type":"article","og_title":"[Solved] Replace string array in a JSON to integer array [closed] - JassWeb","og_description":"[ad_1] const data = {\"chart\": {\"type\": \"column\"},\"credits\": {\"enabled\": true,\"href\": \"#\",\"position\": {\"align\": \"right\",\"verticalAlign\": \"bottom\",\"y\": 0},\"text\": \"www.midasplus.com\"},\"series\": [{\"color\": {\"linearGradient\": {\"x1\": 1,\"x2\": 0,\"y1\": 0,\"y2\": 1},\"stops\": [[0,\"#9a1919\"],[\"0.25\",\"#9a1919\"],[\"0.5\",\"#9a7319\"],[\"0.75\",\"#9a1919\"],[1,\"#9a1919\"]]},\"data\": [\"-1.03\",\"-3.01\",\"-2.25\",\"0.63\",\"-1.07\",\"1.14\",\"-0.38\",\"2.03\",\"-2.07\",\"-3.55\",\"-3.99\",\"-0.41\"],\"negativeColor\": {\"linearGradient\": {\"x1\": -1,\"x2\": 0,\"y1\": 0,\"y2\": -1},\"stops\": [[0,\"#199A19\"],[\"0.25\",\"#199A19\"],[\"0.5\",\"#00CC00\"],[\"0.75\",\"#199A19\"],[1,\"#199A19\"]]},\"showInLegend\": \"false\"}],\"title\": {\"text\": \"Control Chart\"},\"xAxis\": {\"categories\": [\"Q3 2013\",\"Q4 2013\",\"Q1 2014\",\"Q2 2014\",\"Q3 2014\",\"Q4 2014\",\"Q1 2015\",\"Q2 2015\",\"Q3 2015\",\"Q4 2015\",\"Q1 2016\",\"Q2 2016\"]} } const floatArr = data.series[0].data.map(item =&gt; ... Read more","og_url":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/","og_site_name":"JassWeb","article_published_time":"2022-10-26T00:33:33+00:00","author":"Kirat","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kirat","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/#article","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/"},"author":{"name":"Kirat","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31"},"headline":"[Solved] Replace string array in a JSON to integer array [closed]","datePublished":"2022-10-26T00:33:33+00:00","mainEntityOfPage":{"@id":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/"},"wordCount":34,"publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"keywords":["arrays","highcharts","javascript","json"],"articleSection":["Solved"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/","url":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/","name":"[Solved] Replace string array in a JSON to integer array [closed] - JassWeb","isPartOf":{"@id":"https:\/\/jassweb.com\/solved\/#website"},"datePublished":"2022-10-26T00:33:33+00:00","breadcrumb":{"@id":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jassweb.com\/solved\/solved-replace-string-array-in-a-json-to-integer-array-closed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jassweb.com\/solved\/"},{"@type":"ListItem","position":2,"name":"[Solved] Replace string array in a JSON to integer array [closed]"}]},{"@type":"WebSite","@id":"https:\/\/jassweb.com\/solved\/#website","url":"https:\/\/jassweb.com\/solved\/","name":"JassWeb","description":"Build High-quality Websites","publisher":{"@id":"https:\/\/jassweb.com\/solved\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jassweb.com\/solved\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jassweb.com\/solved\/#organization","name":"Jass Web","url":"https:\/\/jassweb.com\/solved\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/","url":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","contentUrl":"https:\/\/jassweb.com\/wp-content\/uploads\/2021\/02\/jass-website-logo-1.png","width":693,"height":132,"caption":"Jass Web"},"image":{"@id":"https:\/\/jassweb.com\/solved\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/65c9c7b7958150c0dc8371fa35dd7c31","name":"Kirat","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jassweb.com\/solved\/#\/schema\/person\/image\/","url":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1776403586","contentUrl":"https:\/\/jassweb.com\/solved\/wp-content\/litespeed\/avatar\/1261af3c9451399fa1336d28b98ea3bb.jpg?ver=1776403586","caption":"Kirat"},"sameAs":["http:\/\/jassweb.com"],"url":"https:\/\/jassweb.com\/solved\/author\/jaspritsinghghumangmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/17608","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/comments?post=17608"}],"version-history":[{"count":0,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/posts\/17608\/revisions"}],"wp:attachment":[{"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/media?parent=17608"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/categories?post=17608"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jassweb.com\/solved\/wp-json\/wp\/v2\/tags?post=17608"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}