I have to say, the more I look at YAML, the more I wonder what the designers were thinking. For example, in this section of the spec, multi-line quoted strings are only allowed if the 'key' is also quoted (the strange looking JSON approach); if the key is not quoted (i.e. 'simple') then the value can't be quoted either. That's just nonsense! I am glad I am only implementing a serialiser, not a parser...
- thomas

