Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Decimal precision of zero when serializing doubles to JSON

c# json json.net

Override global Json.NET enum handling for one particular enum via decoration

Getting values out of a JArray in JSON.net

c# json.net

Json.Net Deserialization Constructor vs. Property Rules

c# json serialization json.net

Newtonsoft.Json adds ellipsis (...) at the middle of a serialized array

c# .net json.net

Convert empty strings to null with Json.Net

c# json.net

Receiving JSON object as a string in ASP.NET Core API

how to name c# class fields to be able deserialize json field names with invalid characters

Excluding specific items in a collection when serializing to JSON

c# .net json json.net

Can I make a strict deserialization with Newtonsoft.Json?

Convert two arrays into one JSON object using Newtonsoft.Json

c# arrays json 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