bevry / cson

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

Regex support ? #62

Closed artemisart closed 7 years ago

artemisart commented 9 years ago

It would be nice to add support for /regex/ and ///block regex///

guyskk commented 8 years ago

Since JSON is not support Regex, I think it's better to stay the same with JSON. For language independent and ideal data-interchange language.

JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

balupton commented 7 years ago

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