You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the quotes are escapes, there are problems where some services are taking the string and double escaping it making decoding in difficult. For example, json.dumps in python won't add the "
Is there an option to support that here, ie
{"foo":"bar"}
instead of
{\"foo\":\"bar\"}
The text was updated successfully, but these errors were encountered:
When the quotes are escapes, there are problems where some services are taking the string and double escaping it making decoding in difficult. For example, json.dumps in python won't add the "
Is there an option to support that here, ie
instead of
The text was updated successfully, but these errors were encountered: