How to make Json.NET set IsSpecified properties for properties with complex values?
I have a web service built with ASP.Net, which until now only used XML for its input and output. Now it needs to also be able to work with JSON.
I have a web service built with ASP.Net, which until now only used XML for its input and output. Now it needs to also be able to work with JSON.