Is it possible to replace the default JSON serialization of WCF (I'm currently testing with the webHttp
behaviour), and passing application/json
as the MIME type. In particular, I don't like that by default every property is a key/value pair like:
{"Key":"PropertyName", "Value":"PropertyValue"}
I'm using the service only for JSON-enabled endpoints (requesting data with jQuery + WCF).