bevry / cson

CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.
Other
1.34k stars 55 forks source link

CSON vs YAML or why CSON ? #51

Closed 1000i100 closed 9 years ago

1000i100 commented 9 years ago

json is full of ,{}[]"" that bother me and probably you. yaml is more human readable cson look to reach the same goal than yaml.

So, what are the différences ?

What cson have that yaml don't have ?

Anything else ?

RobLoach commented 9 years ago

If you read YAML's relation to JSON, you'll likely find your answer. The difference is that CSON is simply CoffeeScript Objects/Arrays.

Use YAML if you find that more usable than CSON. Completely up to you.