On Sep 20, 3:17 pm, Dan George <end... / gmail.com> wrote: > And I have another question since I couldn't find anything about this > subject. > > If in my YAML file I have a value that is like "New York: City: NYC" > it will obviously generate an error. What I want to know if it's > possible to change the YAML separator ":" with something else like ";" > so I can have a value in the YAML file like this "New York: City; NYC"? Never mind this.. it was pretty obvious that I had to use "New York: City": NYC in the YAML file :)