{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Discover Docker, K8s and Hashicorp Nomad with Maksym Prokopov: posts tagged yaml",
    "_rss_description": "The blog about containerisation, virtual machines and useful shell snippets and findings",
    "_rss_language": "en",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/blog.it-premium.com.ua\/tags\/yaml\/",
    "feed_url": "https:\/\/blog.it-premium.com.ua\/tags\/yaml\/json\/",
    "icon": false,
    "authors": [
        {
            "name": "Maksym Prokopov",
            "url": "https:\/\/blog.it-premium.com.ua\/",
            "avatar": false
        }
    ],
    "items": [
        {
            "id": "218",
            "url": "https:\/\/blog.it-premium.com.ua\/all\/the-simplest-way-to-make-json-from-yaml\/",
            "title": "The simplest way to make JSON from YAML",
            "content_html": "<p>you need to have ruby installed which is always true for macOS.<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">function yaml2json()\n{\n    ruby -ryaml -rjson -e \\\n         &#039;puts JSON.pretty_generate(YAML.load(ARGF))&#039; $*\n}<\/code><\/pre><p>usage:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">yaml2json my.yml<\/code><\/pre>",
            "date_published": "2020-04-13T09:01:55+01:00",
            "date_modified": "2020-04-13T09:01:52+01:00",
            "tags": [
                "json",
                "yaml"
            ],
            "_date_published_rfc2822": "Mon, 13 Apr 2020 09:01:55 +0100",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "218",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}