Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

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

How to force WebAPI to use JSON.net 6.0.3 instead of 4.5?

How do I save a JSON file with four spaces indentation using JSON.NET?

c# .net json json.net

Replace default JSON serializer in WCF 4 to JSON.NET

c# json wcf c#-4.0 json.net

What is the correct way to use JSON.NET to parse stream of JSON objects?

c# json.net

how to convert IEnumerable<JToken> to JArray

c# linq json.net

How can I add a custom root node when serializing an object with JSON.NET?

Getting an error "Cannot deserialize the current JSON array" when deserializing using Json.Net

c# json json.net