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
Post a Comment