pablotron
--
 
Post Comment

Login:
Password:
Subject:

Newlines are finally preserved. If you want to use markup, use HTML, but be sure to wrap your paragraphs in <p> tags. Yes I know the comment system for this page sucks, and yes I am working on it.


Talk to Your Kids About YAML or Their Friends Will
Wed Apr 15 16:38:00 2009 :: Link

This article nicely illustrates my beef with YAML; namely, the YAML grammar is far too complicated. Complexity in data serialization and exchange formats should be avoided, because it virtually guarantees subtle interoperability problems.

If you need to exchange structured data in a language-agnostic format, do me a favor and use JSON instead.