{"id":3761,"date":"2011-05-04T12:16:45","date_gmt":"2011-05-04T06:46:45","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=3761"},"modified":"2022-01-12T19:03:44","modified_gmt":"2022-01-12T13:33:44","slug":"jquery-create-url-query-string-from-jsonarray","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/","title":{"rendered":"JQuery : create URL query string from JSON\/Array"},"content":{"rendered":"<p>Hi Friends,<\/p>\n<p>I was <a title=\"Javascript development services\" href=\"https:\/\/2thenew.xyz\/front-end-angularjs-development\">writing javascript<\/a> to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn&#8217;t want to create it of my own. I already knew about <a href=\"http:\/\/api.jquery.com\/serialize\/\">jQuery.serialize()<\/a> which serializes the form and creates the queryString, but unfortunately I didn&#8217;t have form. So that gave me opportunity to learn about new <a href=\"http:\/\/api.jquery.com\/jQuery.param\/\">jQuery.param()<\/a> which converts the JSON\/Array into query string. Let us look at few examples below :<\/p>\n<p>[js]<br \/>\nvar myParams = {country:&quot;US&quot;, customerId:&quot;1&quot;}<br \/>\njQuery.param(myParams);<\/p>\n<p>Output: &quot;country=US&amp;customerId=1&quot;<br \/>\n[\/js]<\/p>\n<p>&nbsp;<\/p>\n<p>[js]<br \/>\nvar myParams = {name: &quot;Amit Jain&quot;,days:[&#8216;Mon&#8217;,&#8217;Tue&#8217;,&#8217;Sat&#8217;] };<br \/>\njQuery.param(myParams);<\/p>\n<p>Output: &quot;name=Amit+Jain&amp;days%5B%5D=Mon&amp;days%5B%5D=Tue&amp;days%5B%5D=Sat&quot;<br \/>\n[\/js]<\/p>\n<p>&nbsp;<\/p>\n<p>[js]<br \/>\nvar myParams = {name: &quot;Diana&quot;,address:{<br \/>\n  line1:&quot;232 Alder Dr.&quot;,<br \/>\n  line2:&quot;Alder City&quot;,<br \/>\n  state : &quot;Utah&quot;,<br \/>\n  country: &quot;US&quot;<br \/>\n}};<br \/>\njQuery.param(myParams);<\/p>\n<p>Output : &quot;name=Diana&amp;address%5Bline1%5D=232+Alder+Dr.&amp;address%5Bline2%5D=Alder+City&amp;address%5Bstate%5D=Utah&amp;address%5Bcountry%5D=US&quot;<br \/>\n[\/js]<\/p>\n<p>Hope this helped!<\/p>\n<p>Contact our <a title=\"Grails Developers\" href=\"https:\/\/2thenew.xyz\/grails-application-development\">Grails developers team<\/a> for your queries.<br \/>\n<!--more--><br \/>\nCheers!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn&#8217;t want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn&#8217;t have form. So that gave [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":87,"footnotes":""},"categories":[1],"tags":[27,49,570,571],"class_list":["post-3761","post","type-post","status-publish","format-standard","hentry","category-technology","tag-jquery","tag-json","tag-querystring","tag-url"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn&#039;t want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn&#039;t have form. So that gave\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Amit Jain\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"JQuery : create URL query string from JSON\/Array | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn&#039;t want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn&#039;t have form. So that gave\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"JQuery : create URL query string from JSON\/Array | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn&#039;t want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn&#039;t have form. So that gave\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#article\",\"name\":\"JQuery : create URL query string from JSON\\\/Array | TO THE NEW Blog\",\"headline\":\"JQuery : create URL query string from JSON\\\/Array\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"datePublished\":\"2011-05-04T12:16:45+05:30\",\"dateModified\":\"2022-01-12T19:03:44+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":4,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#webpage\"},\"articleSection\":\"Technology, jquery, JSON, querystring, url\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#listItem\",\"name\":\"JQuery : create URL query string from JSON\\\/Array\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#listItem\",\"position\":3,\"name\":\"JQuery : create URL query string from JSON\\\/Array\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit\\\/\",\"name\":\"Amit Jain\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/1cbbcbd3-718c-4d6d-829c-4e225ae91a1a_amit.jain@tothenew.com.jpg\",\"width\":96,\"height\":96,\"caption\":\"Amit Jain\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/\",\"name\":\"JQuery : create URL query string from JSON\\\/Array | TO THE NEW Blog\",\"description\":\"Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn't want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn't have form. So that gave\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jquery-create-url-query-string-from-jsonarray\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/amit\\\/#author\"},\"datePublished\":\"2011-05-04T12:16:45+05:30\",\"dateModified\":\"2022-01-12T19:03:44+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"JQuery : create URL query string from JSON\/Array | TO THE NEW Blog","description":"Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn't want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn't have form. So that gave","canonical_url":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#article","name":"JQuery : create URL query string from JSON\/Array | TO THE NEW Blog","headline":"JQuery : create URL query string from JSON\/Array","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/amit\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"datePublished":"2011-05-04T12:16:45+05:30","dateModified":"2022-01-12T19:03:44+05:30","inLanguage":"en-US","commentCount":4,"mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#webpage"},"articleSection":"Technology, jquery, JSON, querystring, url"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#listItem","name":"JQuery : create URL query string from JSON\/Array"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#listItem","position":3,"name":"JQuery : create URL query string from JSON\/Array","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/amit\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/amit\/","name":"Amit Jain","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/1cbbcbd3-718c-4d6d-829c-4e225ae91a1a_amit.jain@tothenew.com.jpg","width":96,"height":96,"caption":"Amit Jain"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/","name":"JQuery : create URL query string from JSON\/Array | TO THE NEW Blog","description":"Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn't want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn't have form. So that gave","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/amit\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/amit\/#author"},"datePublished":"2011-05-04T12:16:45+05:30","dateModified":"2022-01-12T19:03:44+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"JQuery : create URL query string from JSON\/Array | TO THE NEW Blog","og:description":"Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn't want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn't have form. So that gave","og:url":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"JQuery : create URL query string from JSON\/Array | TO THE NEW Blog","twitter:description":"Hi Friends, I was writing javascript to reload my page with different parameters. So I needed to create the queryString of those parameters but I didn't want to create it of my own. I already knew about jQuery.serialize() which serializes the form and creates the queryString, but unfortunately I didn't have form. So that gave","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"3761","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65e049c22cf9c","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"limit_modified_date":false,"created":"2021-04-29 14:21:28","updated":"2024-02-29 09:09:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tJQuery : create URL query string from JSON\/Array\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"JQuery : create URL query string from JSON\/Array","link":"https:\/\/2thenew.xyz\/blog\/jquery-create-url-query-string-from-jsonarray\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/3761","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=3761"}],"version-history":[{"count":1,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/3761\/revisions"}],"predecessor-version":[{"id":54614,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/3761\/revisions\/54614"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=3761"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=3761"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=3761"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}