bevry / cson

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

The parser returns an `Error` object whenever there is a function injected inside a CSON data #12

Closed shovon closed 12 years ago

shovon commented 12 years ago

So now, there is no longer any risks that a function gets passed in through the CSON data. Unless you guys wanted that, it's a nice fix.

This fixes issue #11.