bevry / cson

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

README doesn't link format specification #77

Closed ghost closed 7 years ago

ghost commented 7 years ago

The README doesn't link a format specification (at least as far as I can see). Please add a link with a complete formal specification of the format comparable to https://tools.ietf.org/html/rfc7159 , preferably also an additional one with some neat easily understandable format e.g. like the flow graphs presented on http://www.json.org/ .

I assume people who know CoffeeScript well can "guess" the format, but that's neither optimal nor is it gonna help others who think about adopting it.

balupton commented 7 years ago

Probably an issue for https://www.npmjs.com/package/cson-parser

ghost commented 7 years ago

For what it's worth, I filed a ticket here: https://github.com/groupon/cson-parser/issues/61