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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -