Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

At least one object must implement IComparable calling OrderBy()

c# linq json.net

How to deserialize date (milliseconds) with JSON.NET?

c# .net json.net

Getting an OutOfMemoryException while serialising to JSON?

c# json serialization json.net

Parsing through JSON in JSON.NET with unknown property names

c# json parsing json.net

Newtonsoft JSON - How to use the JsonConverter.ReadJson method to convert types when deserializing JSON

HttpClient PutAsync doesn't send a parameter to api

c# asp.net-mvc-3 json.net

Setting IgnoreSerializableAttribute Globally in Json.net

json.net asp.net-web-api

How can I "un-JsonIgnore" an attribute in a derived class?

How can I encrypt selected properties when serializing my objects?

c# .net json.net

XML Serialization similar to what Json.Net can do

Newtonsoft JSON.NET Security Vulnerability Implementation

.net json security json.net

What should `ReadAsAsync<string>` and `ReadAsStringAsync` be used for?

c# asp.net json.net

Ignore property defined in interface when serializing using JSON.net

c# .net json.net

Unable to deserialize classes with multiple constructors with Json.NET [duplicate]

c# .net json json.net

Specific JSON settings per controller on ASP.NET MVC 6

Json.NET MissingMemberHandling setting

using newtonsoft, how to deserialize without knowing the type till run time?

json json.net

F#, Json.NET 6.0 and WebApi - serialization of record types

What is the best way to convert Newtonsoft JSON's JToken to JArray?

c# json.net

Why does JSON.NET serialize everything on a single line?

c# json json.net