Conversation

Replying to
By the way, the most popular implementations of YAML also dynamically execute arbitrary code based on the input. It's used because it looks elegant and user friendly on the surface. It's a lot more aimed at being worked with by humans than JSON and wasn't based around early JS.
1
Replying to and
It's similar to the origin of Markdown. It's a poorly designed and loosely specified syntax for marking up data rather than documents where they delegated complex stuff to the underlying system it targeted (HTML for Markdown and the object systems of Ruby, Python, etc. for YAML).
1
Show replies