		
		{"id":18368,"date":"2024-05-10T11:11:04","date_gmt":"2024-05-10T11:11:04","guid":{"rendered":"http:\/\/localhost\/netizens_12_aug\/?p=11807"},"modified":"2024-05-10T11:11:04","modified_gmt":"2024-05-10T11:11:04","slug":"json-to-yaml","status":"publish","type":"post","link":"https:\/\/netizens.netizens.dev\/br\/blog\/json-to-yaml\/","title":{"rendered":"Conquering Configuration Chaos: JSON to YAML Conversion Made Easy"},"content":{"rendered":"<p data-sourcepos=\"38:1-38:362\">Ever felt like your configuration files are speaking a different language? Imagine working with data in JSON format, a widely used method for exchanging information, but then needing to use that data for configuration purposes, a domain often dominated by YAML. This is where JSON to YAML conversion comes in, acting as the bridge between these two data giants.<\/p>\n<h3 data-sourcepos=\"40:1-40:41\"><strong>Unveiling the Data Duo: JSON and YAML<\/strong><\/h3>\n<p data-sourcepos=\"42:1-42:66\">Before diving into conversion methods, let&#8217;s meet the key players:<\/p>\n<ul data-sourcepos=\"44:1-48:0\">\n<li data-sourcepos=\"44:1-45:0\">\n<p data-sourcepos=\"44:3-44:259\"><strong>JSON (JavaScript Object Notation):<\/strong> Think of JSON as a lightweight and human-readable format for data exchange. It structures data using key-value pairs and nested objects, making it perfect for transmitting information between applications and servers.<\/p>\n<\/li>\n<li data-sourcepos=\"46:1-48:0\">\n<p data-sourcepos=\"46:3-46:281\"><strong>YAML (YAML Ain&#8217;t Markup Language):<\/strong> While YAML might sound like a strange name, it excels at configuration management. It uses indentation and a simple syntax to define data structures, offering a more readable and maintainable alternative to plain text configuration files.<\/p>\n<\/li>\n<\/ul>\n<h3 data-sourcepos=\"49:1-49:38\"><strong>Why Convert Between JSON and YAML?<\/strong><\/h3>\n<p data-sourcepos=\"51:1-51:108\">While both formats excel in their respective areas, there are situations where conversion becomes necessary:<\/p>\n<ul data-sourcepos=\"53:1-57:0\">\n<li data-sourcepos=\"53:1-54:0\">\n<p data-sourcepos=\"53:3-53:210\"><strong>When YAML Reigns Supreme:<\/strong> You have existing JSON data that needs to be used for configuration purposes. YAML&#8217;s focus on readability and maintainability makes it ideal for managing complex configurations.<\/p>\n<\/li>\n<li data-sourcepos=\"55:1-57:0\">\n<p data-sourcepos=\"55:3-55:234\"><strong>When JSON Takes the Crown:<\/strong> An application or service requires data in JSON format, but your configuration files are currently stored in YAML. Conversion allows you to leverage your existing configurations within the new system.<\/p>\n<\/li>\n<\/ul>\n<p><strong>Read More : <a href=\"https:\/\/netizens.netizens.dev\/br\/blog\/json-validation\/\" target=\"_blank\" rel=\"noopener\">JSON Validator<\/a><\/strong><\/p>\n<h3 data-sourcepos=\"58:1-58:64\"><strong>Translating the Tongues: Methods for JSON to YAML Conversion<\/strong><\/h3>\n<p data-sourcepos=\"60:1-60:158\">There&#8217;s no single &#8220;best&#8221; method for JSON to YAML conversion. The approach that suits you depends on your needs and preferences. Here are some popular options:<\/p>\n<ul data-sourcepos=\"62:1-63:0\">\n<li data-sourcepos=\"62:1-63:0\"><strong>Online Converters: Quick and Convenient<\/strong><\/li>\n<\/ul>\n<p data-sourcepos=\"64:1-64:315\">For one-off conversions or small data sets, online converters offer a user-friendly solution. Simply paste your JSON data into the input field, click convert, and voila! Popular options include JSON Formatter and BairesDev.<\/p>\n<ul data-sourcepos=\"66:1-67:0\">\n<li data-sourcepos=\"66:1-67:0\"><strong>Command Line Tools: Powerful Precision<\/strong><\/li>\n<\/ul>\n<p data-sourcepos=\"68:1-68:205\">For more control and automation, command-line tools like <code>jq<\/code> offer a powerful solution. <code>jq<\/code> is a lightweight and versatile JSON processor that can be used for various tasks, including conversion to YAML.<\/p>\n<ul data-sourcepos=\"70:1-71:0\">\n<li data-sourcepos=\"70:1-71:0\"><strong>Programming Language Libraries: Built-in Functionality<\/strong><\/li>\n<\/ul>\n<p data-sourcepos=\"72:1-72:224\">Many programming languages provide libraries specifically designed for working with JSON and YAML data. For instance, Python&#8217;s <code>PyYAML<\/code> library offers a robust set of features for seamless conversion between the two formats.<\/p>\n<h3 data-sourcepos=\"75:1-75:60\"><strong>Navigating the Conversion Maze: Essential Considerations<\/strong><\/h3>\n<p data-sourcepos=\"77:1-77:95\">While conversion itself might seem straightforward, there are a few key things to keep in mind:<\/p>\n<ul data-sourcepos=\"79:1-81:14\">\n<li data-sourcepos=\"79:1-80:0\">\n<p data-sourcepos=\"79:3-79:265\"><strong>Preserving Data Integrity: What Stays and What Goes?<\/strong> Not all JSON features have direct equivalents in YAML. Comments present in JSON might not be preserved during conversion. Be mindful of potential data loss and adjust your conversion approach if necessary.<\/p>\n<ul data-sourcepos=\"5:1-9:0\">\n<li data-sourcepos=\"5:1-6:0\">\n<p data-sourcepos=\"5:3-5:299\"><strong>Formatting Finesse: Indentation and Readability<\/strong> YAML relies heavily on indentation for defining data structure. A single space misplaced can completely alter the meaning of your configuration. Ensure your converted YAML adheres to proper indentation for optimal readability and functionality.<\/p>\n<\/li>\n<li data-sourcepos=\"7:1-9:0\">\n<p data-sourcepos=\"7:3-7:295\"><strong>Understanding YAML&#8217;s Unique Syntax<\/strong> While YAML borrows some elements from JSON, it has its own quirks. Familiarize yourself with YAML&#8217;s specific syntax for comments, anchors (references to existing data elements), and multi-line strings to ensure your converted data functions as intended.<\/p>\n<h3 data-sourcepos=\"10:1-10:57\"><strong>Unveiling the Benefits: What You Gain from Conversion<\/strong><\/h3>\n<p data-sourcepos=\"12:1-12:81\">There are several advantages to be reaped from mastering JSON to YAML conversion:<\/p>\n<ul data-sourcepos=\"14:1-20:0\">\n<li data-sourcepos=\"14:1-15:0\">\n<p data-sourcepos=\"14:3-14:235\"><strong>Enhanced Readability for Human Eyes:<\/strong> YAML&#8217;s focus on indentation makes it easier for humans to understand configuration files compared to raw JSON. This improved readability translates to simpler maintenance and troubleshooting.<\/p>\n<\/li>\n<li data-sourcepos=\"16:1-17:0\">\n<p data-sourcepos=\"16:3-16:251\"><strong>Streamlined Configuration Management:<\/strong> By leveraging YAML for configurations, you can benefit from its ability to define complex structures and relationships between data elements. This leads to more organized and manageable configuration files.<\/p>\n<\/li>\n<li data-sourcepos=\"18:1-20:0\">\n<p data-sourcepos=\"18:3-18:241\"><strong>Improved Integration Across Tools and Technologies:<\/strong> Many tools and technologies natively support YAML for configuration purposes. Conversion allows you to leverage existing JSON data across a wider range of applications and platforms.<\/p>\n<\/li>\n<\/ul>\n<h3 data-sourcepos=\"21:1-21:59\"><strong>Putting It All Together: A Practical Conversion Example<\/strong><\/h3>\n<p data-sourcepos=\"23:1-23:57\">Let&#8217;s solidify our understanding with a hands-on example:<\/p>\n<ul data-sourcepos=\"25:1-26:0\">\n<li data-sourcepos=\"25:1-26:0\"><strong>Sample JSON Data:<\/strong><\/li>\n<\/ul>\n<div class=\"dynamic-element-wrapper\">\n<div class=\"code-block ng-star-inserted\">\n<div class=\"code-block-decoration header gmat-subtitle-1 ng-star-inserted\">JSON<\/div>\n<div class=\"code-block-internal-container\">\n<pre><code class=\"code-container\" role=\"text\" data-test-id=\"code-content\" data-sourcepos=\"27:1-43:1\">{\n  <span class=\"hljs-attr\">\"name\"<\/span>: <span class=\"hljs-string\">\"My Website Configuration\"<\/span>,\n  <span class=\"hljs-attr\">\"server\"<\/span>: {\n    <span class=\"hljs-attr\">\"host\"<\/span>: <span class=\"hljs-string\">\"example.com\"<\/span>,\n    <span class=\"hljs-attr\">\"port\"<\/span>: <span class=\"hljs-number\">8080<\/span>\n  },\n  <span class=\"hljs-attr\">\"database\"<\/span>: {\n    <span class=\"hljs-attr\">\"type\"<\/span>: <span class=\"hljs-string\">\"MySQL\"<\/span>,\n    <span class=\"hljs-attr\">\"connection\"<\/span>: {\n      <span class=\"hljs-attr\">\"host\"<\/span>: <span class=\"hljs-string\">\"localhost\"<\/span>,\n      <span class=\"hljs-attr\">\"user\"<\/span>: <span class=\"hljs-string\">\"username\"<\/span>,\n      <span class=\"hljs-attr\">\"password\"<\/span>: <span class=\"hljs-string\">\"password\"<\/span>\n    }\n  }\n}\n<\/code><\/pre>\n<\/div>\n<div class=\"code-block-decoration footer gmat-overline hide-from-message-actions ng-star-inserted\">\n<div class=\"buttons\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<ul data-sourcepos=\"45:1-46:0\">\n<li data-sourcepos=\"45:1-46:0\"><strong>Converting with an Online Tool:<\/strong><\/li>\n<\/ul>\n<p data-sourcepos=\"47:1-47:371\">Head over to an online converter like JSON Formatter (<a class=\"traceable-link\" href=\"https:\/\/www.lambdatest.com\/free-online-tools\/json-to-yaml\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.lambdatest.com\/free-online-tools\/json-to-yaml<\/a>) or BairesDev (<a class=\"traceable-link\" href=\"https:\/\/github.com\/mikefarah\/yq\/issues\/1608\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/github.com\/mikefarah\/yq\/issues\/1608<\/a>). Paste your JSON data and click convert. You&#8217;ll receive the equivalent YAML representation.<\/p>\n<ul data-sourcepos=\"49:1-50:0\">\n<li data-sourcepos=\"49:1-50:0\"><strong>Performing Conversion via Command Line (<code>jq<\/code>):<\/strong><\/li>\n<\/ul>\n<p data-sourcepos=\"51:1-51:141\">Open your terminal and navigate to your JSON file location. Use the following command, replacing <code>your_file.json<\/code> with your actual file name:<\/p>\n<div class=\"dynamic-element-wrapper\">\n<div class=\"code-block ng-star-inserted\">\n<div class=\"code-block-internal-container\">\n<pre><code class=\"code-container no-decoration-radius\" role=\"text\" data-test-id=\"code-content\" data-sourcepos=\"53:1-55:36\">jq . your_file.json &gt; your_file.yaml\n<\/code><\/pre>\n<\/div>\n<\/div>\n<\/div>\n<p data-sourcepos=\"57:1-57:121\">This command utilizes <code>jq<\/code> to process your JSON file and output the YAML equivalent to a new file named <code>your_file.yaml<\/code>.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>Conclusion<\/h2>\n<p>By mastering JSON to YAML conversion, you unlock a powerful tool for bridging the gap between data exchange and configuration management. With the right approach and tools, you can seamlessly leverage your data across various applications and platforms, streamlining your workflows and enhancing the maintainability of your configurations. So, the next time you encounter a need to convert between JSON and YAML, remember the methods and considerations outlined here, and embark on your data conversion journey with confidence!<\/p>","protected":false},"excerpt":{"rendered":"<p>Ever felt like your configuration files are speaking a different language? Imagine working with data in JSON format, a widely used method for exchanging information, but then needing to use that data for configuration purposes, a domain often dominated by YAML. This is where JSON to YAML conversion comes in, acting as the bridge between [&hellip;]<\/p>","protected":false},"author":2,"featured_media":18911,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[419,176,1011],"tags":[],"class_list":["post-18368","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google","category-information","category-other"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>JSON to YAML Conversion: A Quick Guide<\/title>\n<meta name=\"description\" content=\"Learn how to convert JSON to YAML easily with our comprehensive guide. Get step-by-step instructions and tips for a seamless transition.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/netizens.netizens.dev\/br\/blog\/json-to-yaml\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"JSON to YAML Conversion: A Quick Guide\" \/>\n<meta property=\"og:description\" content=\"Learn how to convert JSON to YAML easily with our comprehensive guide. Get step-by-step instructions and tips for a seamless transition.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/netizens.netizens.dev\/br\/blog\/json-to-yaml\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-10T11:11:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/netizens.netizens.dev\/wp-content\/uploads\/2024\/05\/json-to-yaml.png\" \/>\n\t<meta property=\"og:image:width\" content=\"645\" \/>\n\t<meta property=\"og:image:height\" content=\"360\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/\",\"url\":\"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/\",\"name\":\"JSON to YAML Conversion: A Quick Guide\",\"isPartOf\":{\"@id\":\"https:\/\/netizens.netizens.dev\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/netizens.netizens.dev\/wp-content\/uploads\/2024\/05\/json-to-yaml.png\",\"datePublished\":\"2024-05-10T11:11:04+00:00\",\"dateModified\":\"2024-05-10T11:11:04+00:00\",\"author\":{\"@id\":\"https:\/\/netizens.netizens.dev\/#\/schema\/person\/5db7227e686a10a4126a2c19b8b70517\"},\"description\":\"Learn how to convert JSON to YAML easily with our comprehensive guide. Get step-by-step instructions and tips for a seamless transition.\",\"breadcrumb\":{\"@id\":\"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#primaryimage\",\"url\":\"https:\/\/netizens.netizens.dev\/wp-content\/uploads\/2024\/05\/json-to-yaml.png\",\"contentUrl\":\"https:\/\/netizens.netizens.dev\/wp-content\/uploads\/2024\/05\/json-to-yaml.png\",\"width\":645,\"height\":360,\"caption\":\"Json to yaml\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/netizens.netizens.dev\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Conquering Configuration Chaos: JSON to YAML Conversion Made Easy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/netizens.netizens.dev\/#website\",\"url\":\"https:\/\/netizens.netizens.dev\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/netizens.netizens.dev\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/netizens.netizens.dev\/#\/schema\/person\/5db7227e686a10a4126a2c19b8b70517\",\"name\":\"admin admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/netizens.netizens.dev\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b0f87bbe7cdbfbd534a40fea7d9d02021e6d3772c3949940e8de2e3df278fb2f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b0f87bbe7cdbfbd534a40fea7d9d02021e6d3772c3949940e8de2e3df278fb2f?s=96&d=mm&r=g\",\"caption\":\"admin admin\"},\"sameAs\":[\"https:\/\/netizens.netizens.dev\"],\"url\":\"https:\/\/netizens.netizens.dev\/br\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"JSON to YAML Conversion: A Quick Guide","description":"Learn how to convert JSON to YAML easily with our comprehensive guide. Get step-by-step instructions and tips for a seamless transition.","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:\/\/netizens.netizens.dev\/br\/blog\/json-to-yaml\/","og_locale":"pt_BR","og_type":"article","og_title":"JSON to YAML Conversion: A Quick Guide","og_description":"Learn how to convert JSON to YAML easily with our comprehensive guide. Get step-by-step instructions and tips for a seamless transition.","og_url":"https:\/\/netizens.netizens.dev\/br\/blog\/json-to-yaml\/","article_published_time":"2024-05-10T11:11:04+00:00","og_image":[{"width":645,"height":360,"url":"https:\/\/netizens.netizens.dev\/wp-content\/uploads\/2024\/05\/json-to-yaml.png","type":"image\/png"}],"author":"admin admin","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"admin admin","Est. tempo de leitura":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/","url":"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/","name":"JSON to YAML Conversion: A Quick Guide","isPartOf":{"@id":"https:\/\/netizens.netizens.dev\/#website"},"primaryImageOfPage":{"@id":"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#primaryimage"},"image":{"@id":"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#primaryimage"},"thumbnailUrl":"https:\/\/netizens.netizens.dev\/wp-content\/uploads\/2024\/05\/json-to-yaml.png","datePublished":"2024-05-10T11:11:04+00:00","dateModified":"2024-05-10T11:11:04+00:00","author":{"@id":"https:\/\/netizens.netizens.dev\/#\/schema\/person\/5db7227e686a10a4126a2c19b8b70517"},"description":"Learn how to convert JSON to YAML easily with our comprehensive guide. Get step-by-step instructions and tips for a seamless transition.","breadcrumb":{"@id":"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#primaryimage","url":"https:\/\/netizens.netizens.dev\/wp-content\/uploads\/2024\/05\/json-to-yaml.png","contentUrl":"https:\/\/netizens.netizens.dev\/wp-content\/uploads\/2024\/05\/json-to-yaml.png","width":645,"height":360,"caption":"Json to yaml"},{"@type":"BreadcrumbList","@id":"https:\/\/netizens.netizens.dev\/blog\/json-to-yaml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/netizens.netizens.dev\/"},{"@type":"ListItem","position":2,"name":"Conquering Configuration Chaos: JSON to YAML Conversion Made Easy"}]},{"@type":"WebSite","@id":"https:\/\/netizens.netizens.dev\/#website","url":"https:\/\/netizens.netizens.dev\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/netizens.netizens.dev\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Person","@id":"https:\/\/netizens.netizens.dev\/#\/schema\/person\/5db7227e686a10a4126a2c19b8b70517","name":"admin admin","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/netizens.netizens.dev\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b0f87bbe7cdbfbd534a40fea7d9d02021e6d3772c3949940e8de2e3df278fb2f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b0f87bbe7cdbfbd534a40fea7d9d02021e6d3772c3949940e8de2e3df278fb2f?s=96&d=mm&r=g","caption":"admin admin"},"sameAs":["https:\/\/netizens.netizens.dev"],"url":"https:\/\/netizens.netizens.dev\/br\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/posts\/18368","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/comments?post=18368"}],"version-history":[{"count":0,"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/posts\/18368\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/media\/18911"}],"wp:attachment":[{"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/media?parent=18368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/categories?post=18368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/netizens.netizens.dev\/br\/wp-json\/wp\/v2\/tags?post=18368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}