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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -