Question
How to handle Double Quotes using Marketo API?
Hello,
We are using Marketo API to create leads in bulk. We got a situation where we are not able store a string with double quotes in it.
Example: FullName = David "Graham"
In above example "Graham" is in double quotes. So, Marketo API throws invalid JSON format error. Could you please help me in handling this issue?
Thank you!