hare1039/anime-updater

Shall we use yaml or json ?

Closed this issue · 0 comments

YAML is convenient for human read.
Also we can easily convert between YAML and JSON
e.g.
python -c 'import sys, yaml, json; json.dump(yaml.load(sys.stdin), sys.stdout, indent=4)'