Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Serializing POCO class derived from baseclass with DataContract?

json.net

Cannot cast Newtonsoft.Json.Linq.JProperty to Newtonsoft.Json.Linq.JToken

json.net jira

How to parse json object in C#?

c# json c#-4.0 json.net

Override Json.NET annotation of base class in C#

c# .net annotations json.net

Json.Net parsing datetime value error

c# json.net

How to rewrite HttpRequestMessage call to support <T>

asp.net-web-api json.net

Adding Iso8601TimeSpanConverter to JsonConverter list throws ArrayTypeMismatch exception

.Net Core 3.0.100-preview6 - API Json responses are always camelcase, but my classes are not

Serialize JSON from object to string / DateOnly

c# json json.net .net-6.0

Web API - JObject from URI

asp.net-web-api json.net

Ignore property if it is an empty ('') string from Json/Api Response C#

JToken.SelectToken with regex for finding values that match a pattern?

c# json.net jsonpath

JsonSerializationException Parsing

c# json.net

How to inject dependency in Newtonsoft JsonConverter in .NET Core 3.1

c# asp.net-core json.net

Specify properties and field to encode and decode with Newtonsoft JSON

c# json json.net

How to configure NewtonsoftJson with Minimal API in .NET 6.0

How to implement a conditional custom Json Converter hide a property