csvjson.js icon indicating copy to clipboard operation
csvjson.js copied to clipboard

Support for both Unix and Windows line endings

Open zshall opened this issue 11 years ago • 0 comments

Used regular expression /\r?\n/ to split by \r\n and \n.

Should fix issue 4: https://github.com/aaronsnoswell/csvjson.js/issues/4

zshall avatar Jun 20 '14 15:06 zshall