, .
, .
A) ?
--- > INI , JSON, YAML
NO --- > INI, JSON, YAML
B) ?
C) ?
--- > INI, JSON, YAML
--- > INI , JSON, YAML
D) ?
,
INI , , .
JSON , . - JS. , .
YAML , python. python. - , , .
, , , , , xml , , JSON YAML.
:
YAML docs, , , .
Thus, YAML can be seen as a natural complement to JSON, offering improved readability and more complete information, ation model. This also takes place in practice; Each JSON file is also a valid YAML file. This facilitates the transition from JSON to YAML if / when additional functions are required.
Pretty cool, huh? Anyway, given this information, I would most likely use JSON by default, and then if I needed to go to YAML.
source
share