I am currently working on a python client to talk with a webservice I am developing. Currently I am running into a issue where my webservice is expecting a very specific formated request but when I send my request thru json.dumps its adding in extra \ that causes my webservice to fail out.I am currently working on a python client to ta