Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

"Unable to cast object of type 'System.Net.Http.Formatting.JsonContractResolver' to type 'Newtonsoft.Json.Serialization.DefaultContractResolver'."

c# json.net

Serialize only simple types using Json.Net

c# .net json json.net

JSON.Net serializing Enums to strings in dictionaries by default - how to make it serialize to int?

c# json.net

Can I instruct Json.NET to deserialize, but not serialize, specific properties? [duplicate]

c# json.net

NewtonSoft json converter " unterminated String, expected delimiter : "; "

c# json json.net

Set Asp.Net Core MVC Json options

How to log ASP.NET Core input JSON serialization errors

How do I get the name of a JsonProperty in JSON.Net?

c# json.net

json.net - how to add property $type ONLY on root object

json.net

Custom deserializer only for some fields with json.NET

WebAPI, JSON.Net and losing decimal precision

c# asp.net-web-api json.net

Generating newlines instead of CRLFs in Json.Net

c# json json.net

Serializing foreign languages using JSON.Net

c# json.net

Possible to search case-insensitive with JSONPath?

.net json json.net jsonpath

JSON to XML Conversion in C#

c# json json.net

json response contains \n \r

What's the correct format for empty GUIDs for JSON.NET to be deserialized?

guid json.net

JSON deserialize to constructed protected setter array

Json.NET under Unity3d for iOS

ios unity3d json.net aot

Iterating through a nested JSON Array in C# with Newtonsoft

c# json json.net