csvjson.js
csvjson.js copied to clipboard
Support for both Unix and Windows line endings
Used regular expression /\r?\n/ to split by \r\n and \n.
Should fix issue 4: https://github.com/aaronsnoswell/csvjson.js/issues/4