On 2013-02-17 14:40, Nick Sabalausky wrote:

Plus, some of it's syntax is rather non-intuitive:

!!map {
   ? !!str "---"
   : !!str "foo",
   ? !!str "...",
   : !!str "bar"
}

WTF?

I have used Yaml quite a lot but I have never seen that. I think the below is very intuitive:

point:
  x: 1
  y: 2

--
/Jacob Carlborg

Reply via email to