Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Ignore property with attribute in custom JSON converter

c# asp.net-core json.net

Out of memory exception while loading large json file from disk

c# json json.net

Under what circumstances will JsonConvert.DeserializeObject return null

newtonsoft json serializer for Abstract Classes

c# json serialization json.net

Cosmos DB Newtonsoft Deserialization Issue

c# json.net azure-cosmosdb

Custom inheritance JsonConverter fails when JsonConverterAttribute is used

c# json.net

Convert JSON object to a string which has no formatting and indentation

Custom JsonConverter for property: get property name

c# json.net

Cannot deserialize xml string with Newtonsoft.Json.JsonConvert.DeserializeObject

JsonConverter equivalent for HTTP GET parameter

c# asp.net json.net

Populating a complex default value with Json.NET for an F# record label

.net f# json.net

Custom JsonConverter not working when using JsonReader instead of JsonSerializer

c# json.net

Conditionally adding a new json.net JProperty

c# json json.net

Can I deserialize to a class and have extra JSON properties go into a JObject on that class?

c# json json.net

Add name value pairs to a JObject within a JArray

c# json json.net

What is better to use when parsing dynamic JSON data: JToken or c# built in dynamic type

c# json dynamic json.net

How to get ReadJson to return "default" behavior - as if CanConvert returned false

Deserialising mimekit.MimeMessage Object

c# json json.net mimekit

Serialize only derived type using Newtonsoft Json.NET

c# json.net

f# - how to serialize option and DU as value or null (preferably with json.net)

serialization f# json.net