python - preceding slash("\") appeared when sending mail from sendgrind for sending json in mail -


when send json in mail using sendgrid string in json having " getting precedding slash("\").

but appears in mail

{"if question safety-related, has cabozantinib-treated patient experienced ae?": "no", "if \"yes\", has patient received cabozantinib?": "no", "if question regarding off-label use, patient involved?": "yes"} 

i want remove preceding slash fro \"yes\" word in json in mail.

how can that?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -