We host a WCF RESTful service. There is one service that is of verb POST, and it is possible to pass in double quotes as part of the message. This is causing issues. I tried the standard back slash to escape it, but that didn't work. Any suggestions? Here is the request body:
{"GardenWidth":"16' 7"","GardenLength":"62", "GardenStyle":"General","PostalCode":"12345",}