FlatFilers / csvjson-app

Online conversion and formatting tools for JSON, CSV and SQL.

Home Page:https://www.csvjson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add an option to escape single quotes.

DedicatedManagers opened this issue · comments

https://www.csvjson.com/csv2json

I'm converting csv to json to put in a javascript string. I'm surrounding the json minified string with single quotes. Obviously any single quotes in the json will cause issues. I have to manually search/replace single quotes after the csv to json conversion.

Or maybe there's a better way to get the data into a variable in javascript that I'm missing, without using single quotes.