Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Not ableTo Serialize Dictionary with Complex key using Json.net

how to force netwtonsoft json serializer to serialize datetime property to string?

asp.net c#-4.0 json.net

How to serialize a Dictionary as part of its parent object using Json.Net

c# serialization json.net

Create Json dynamically in c#

c# asp.net json c#-4.0 json.net

Getting the error "Cannot add or remove items from Newtonsoft.Json.Linq.JProperty" in Json.net

c# json serialization json.net

How to deserialize a property with a dash (“-”) in it's name with NewtonSoft JsonConvert?

c# json json.net

Is the Json.NET JsonSerializer threadsafe?

c# json.net

Get Length of array JSON.Net

c# json json.net xamarin

Configure JSON.NET to ignore DataContract/DataMember attributes

Set default global json serializer settings

Self referencing loop detected in ASP.NET Core [duplicate]

Using a custom type discriminator to tell JSON.net which type of a class hierarchy to deserialize

c#-4.0 json.net

Newtonsoft JSON - Dynamic Objects

Self referencing loop in Json.Net JsonSerializer from custom JsonConverter (Web API)

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

Serialize/Deserialize a byte array in JSON.NET

c# json serialization json.net

JSON.NET DeserializeObject to List of Objects

Serialize an object directly to a JObject instead of to a string in json.net

c# json serialization json.net

How can I read JSON content with a comment with Json.NET?

c# json.net

Way to quickly check if string is XML or JSON in C#

c# xml json json.net

How can I parse a JSON string that would cause illegal C# identifiers?

c# json json.net