You can also use the WebGet attribute to specify the format for request and response messages By default, operations marked with WebGet send response messages formatted as XML data, and the WCF runtime serializes them as POX objects However, you can send response messages in JSON format by specifying the ResponseFormat property of the WebGetContinue reading “WCF and JSON”
Tag Archives: JSON
Convert #JSON to #PowerShell
[Reflection.Assembly]::LoadWithPartialName(“System.Web.Extensions”) $c = New-Object System.Web.Script.Serialization.JavaScriptSerializer $c.DeserializeObject( $json )