yaml
yaml — my Raindrop.io articles
YAML is a data serialization format used for configuration files and more. This article explains YAML fundamentals and practical applications in Kubernetes and other environments.
Earlier this week, Haroen Viaene posted this tweet about YAML: worst part of yaml: https://yaml.org/type/bool.html — Haroen Viaene (@haroenv) January 10, 2022 The linked-to page contains the documentation on what defines a boolean in YAML, and details that it can be parsed using this regex: y|Y|yes|Yes|YES|n|N|no|No|NO |true|True|TRUE|false|False|FALSE |on|On|ON|off|Off|OFF The reason to why this is problematic … Continue reading "YAML: The Norway Problem"
Make your config files even more useful by adding a list of items in a sequence in YAML.
I’ve been working on a configuration management project recently, and as a consequence have been working regularly with YAML. It’s a very capable markdown language, but it gets unwieldy very quickly. I’ve come up with a hacky - yet, in my mind, pretty awesome - ‘solution’ to cut down on YAML bulk and allow for some pretty surprising templatization of data.
Learn ways to convert from JSON to YAML and from YAML to JSON using the Linux command line.
You have probably seen or used the YAML format in configuration files. YAML (a recursive acronym for...
YAML is easy to write for humans, and read for computers. Learn how to open, parse, and read YAML with Python. With lots of example code!
Validate, Verify and Reformat your YAML documents, optimized for Ruby on Rails
How can I create nested lists in YAML? I want to get: {"Hello": ["as", ["http://", ["cat"]]]} Here's my YAML that doesn't work (with pyYaml): Hello: - &
Writing and reading yaml files can be very simple. Here are a few examples.
YAML (YAML Ain’t Markup Language) is a data serialization language used to create key-value pair conf...
YAML - Collections and Structures - YAML includes block collections which use indentation for scope. Here, each entry begins with a new line. Block sequences in collections indicate each entry with a dash and space (-). In YAML, block collections styles are not denoted by any specific indicator. Block collection in YAML can distingui
This free online tool lets you convert a HTML file into a YAML file. No need to download or install any software. Click to convert your file now.