Using JSON.NET with the RESTful WCF Service in .NET 4

Does anyone have a RESTful WCF service (in .NET4) that successfully uses JSON.NET for serialization / deserialization?

What is the best approach?

+3
source share
1 answer

Can you provide some details on what you are trying to do with JSON.NET? I'm not quite sure what scenarios you are trying to handle - but I will give you my general experience with JSON.NET and WCF RESTful services.

WCF RESTful, , , , jQuery AJAX. , JSON.NET, JsonSerializer ( List<T>) .

, JSON.NET, - JSON POST, , JSON2.js. JSON.NET .

JSON.NET - . , , , , , . , JSON WCF.

, . , , , , . !

+2

Source: https://habr.com/ru/post/1760665/


All Articles