Generic CSV to JSON converter - https://gcsv2json.now.sh/
This REST API converts CSV web input (e.g. single Google Spreadsheets published to the web, or pastebin, or gist, or you name it) to JSON format.
The API can be used in two ways:
- using a query parameter (parameter should be encoded with encodeURIComponent)
- using a request with data in body
- WIP: custom delimiter (current fix delimiter is the - , - comma sign)