bevry / cson

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

Outputting a literal character #66

Closed stramel closed 8 years ago

stramel commented 8 years ago

I have a string that contains literal characters that are being converted when writing to a file. Is there anyway to output the actual character? I have \t that I have to be output in the string.

stramel commented 8 years ago

@balupton Any thoughts?

balupton commented 8 years ago

@stramel may be an issue for https://github.com/groupon/cson-parser

stramel commented 8 years ago

@balupton It looks like it was resolved as of v1.0.9 in groupon/cson-parser. Any chance you would be willing to update and release a new version? I could also do a PR if you don't have time.

balupton commented 8 years ago

@stramel no update is needed, just a reinstall or npm cache clean cson-parser then install