YAML compared to XML [closed]
问题 I read that after years yaml will be used instead of xml. Please compare the relative advantages and disadvantages of each specification. 回答1: YAML is much less verbose. The signal-to-noise ratio is higher without all the brackets. This makes it subjectively easier to read and edit for many people. On the flip side, it's slightly (only slightly) harder to parse. The biggest difference, though, is that XML is meant to be a markup language and YAML is really more of a data format. Representing