Passwords with non-standard Characters in JSON using Python
Python and JSON I had a requirement to have passwords contain a slash \ in an API call with JSON. However, when attempting to run json.dumps for the credentials, Python would throw this exception: Expecting…