Google spreadsheet and Python - How to generate double quote JSON with gspread -


i trying transform google spreadsheet json data using gspread.

i figured out blog google spreadsheets , python , able generate piece of json data. however, data wrapped single quotes.

as json standards require double quotes, need way make it.

i know using str.replace replace single quotes double quotes solution, cell contains contents single quotes, quotes in cell replaced , not right move.

remarks: using python 3, need spreadsheet private


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -