csv2json - experimental csv parser

Recently, I created a library called csvjs, which takes a comma separated file and parses it to an array of javascript objects. It works great for the files that I have needed to parse, but would like to see if it can handle the vast array of csv files out in the universe. Do you have some nasty csv files?
Go to
csv2json.herokuapp.com
And upload your csv and get a json version back.
None of the data is stored, it just takes csv and returns json.

Disclaimer
It does assume you have your column descriptions as the first row of they file.
Have Fun!