Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Keep casing when serializing dictionaries

c# json.net

JObject.Parse vs JsonConvert.DeserializeObject

c# json.net jsonserializer

Private setters in Json.Net

c# json.net

Using JSON.NET as the default JSON serializer in ASP.NET MVC 3 - is it possible?

Convert object of any type to JObject with Json.NET

c# .net json.net