Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Infinite conversion loop when using custom JsonConverter

c# json json.net

Odata Controller: How to convert Odata response to C# object at client

c# json.net odata

Handling circular reference with Newtonsoft JSON

c# json serialization json.net

Method not found: 'Newtonsoft.Json.JsonSerializerSettings Microsoft.AspNet.Mvc.MvcJsonOptions.get_SerializerSettings()'

How can I serialise PSObjects in C# with JSON.NET?

c# powershell json.net

Can System.Text.Json.JsonSerializer serialize collections on a read-only property?

Different behaviour of Newtonsoft.Json on .NET 5 / Core and .NET Framework

c# json.net .net-5

How do I serialize IHtmlString to JSON with Json.NET?

c# json json.net

How to ignore default values while serializing json with Newtonsoft.Json

c# json json.net

Serializing an array of objects one at a time with JSON.NET

c# javascript .net json json.net

Setting a custom json converter for DocumentDb

Deserializing with Json.Net, deserialize sub-object into string/similar holding the json?

c# json.net

Json.NET serializes enum as string even with default settings

c# json json.net

Deserializing LocalTime from JSON using JSON.NET and NodaTime results in NodaTime.Text.UnparsableValueException

Token PropertyName in state Property would result in an invalid JSON object. when using custom JsonConverter<T>

c# json.net jsonconverter

Parse non-array JSON object as array with Json.net

JSON.NET: Unknown members handling on deserialization

c# json json.net

How can I make RestSharp use BSON?

Json.Net Select Object based on a value

c# json object json.net

Handling extra members when deserializing with Json.net

c# json.net