Tag Archives: YAML

Data representation

Data can be represented in text format for human and binary format for computer. Here my focus will be on text representation. For application, we commonly use XML because: Its self-documenting format describes structure and field names as well as specific values. And it is easily digested by both human and machine. It is platform-independent, [...]