Top "Yaml" questions

Use this tag for questions about the YAML data serialization format only, not for questions about programs (or examples) that happen to have their configuration in a YAML format.

Embedding JSON Data into YAML file

I am writing a fixture for my table. And a one of the coloums takes in a JSON string as …

ruby-on-rails ruby ruby-on-rails-3 json yaml
PyYAML dump format

I know there are a few questions about this on SO, but I couldn't find what I was looking for. …

python python-3.x yaml quotes pyyaml
Building an array of dictionary items in YAML?

Basically trying to something in yaml that could be done using this json: { models: [ { model: "a" type: "x" #bunch of …

yaml pyyaml
Error in R: (Package which is only available in source form, and may need compilation of C/C++/Fortran)

I'm trying to install the 'yaml' and 'stringi' packages in R-Studio, and it keeps giving me these errors: > install.…

r installation yaml stringi
How to make a list of associative array in yaml

I'm trying to store some configuration variables in yaml represented as an associative array aka dictionary. Here is how I …

ruby-on-rails dictionary yaml associative-array
How to set secret files to kubernetes secrets by yaml?

I want to store files in Kubernetes Secrets but I haven't found how to do it using a yaml file. …

kubernetes yaml kubernetes-secrets
How to merge YAML arrays?

I would like to merge arrays in YAML, and load them via ruby - some_stuff: &some_stuff - …

list data-structures yaml
Syntax for empty dictionary in YAML

How do I denote an empty dictionary in YAML? I.e. it should be semantically equivalent to the empty json-object {}.

yaml
Convert Ruby Hash into YAML

I need to convert a hash like the one provided below into readable YAML. It looks like I can feed …

ruby hash yaml
List of Language Codes in YAML or JSON?

Is there a list of language codes in YAML or JSON somewhere out there? Another format is fine, I can …

json yaml