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