Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

How to set custom JsonSerializerSettings for Json.NET in ASP.NET Web API?

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

Deserialize collection of interface-instances?

c# json.net

NewtonSoft.Json Serialize and Deserialize class with property of type IEnumerable<ISomeInterface>

Error reading JObject from JsonReader. Current JsonReader item is not an object: StartArray. Path

c# json.net

Newtonsoft.Json.Linq.JArray to string array C#

c# arrays json string json.net

Returning anonymous types with Web API

Newtonsoft ignore attributes? [duplicate]

How to handle null/empty values in JsonConvert.DeserializeObject

c# json json.net

Self referencing loop detected - Getting back data from WebApi to the browser

How to tell Json.Net globally to apply the StringEnumConverter to all enums

c# .net json json.net

JSON.net ContractResolver vs. JsonConverter

json.net

Newtonsoft JSON Deserialize

c# json.net deserialization

Newtonsoft JsonSerializer - Lower case properties and dictionary [duplicate]

c# json.net

How do you add a JToken to an JObject?

c# json.net

Using Json.NET converters to deserialize properties

.net serialization json.net

Getting the name / key of a JToken with JSON.net

c# json json.net

How can I fix assembly version conflicts with JSON.NET after updating NuGet package references in a new ASP.NET MVC 5 project?

How to store JSON in an entity field with EF Core?

Deserializing polymorphic json classes without type information using json.net

Convert JObject into Dictionary<string, object>. Is it possible?

c# .net json json.net