Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

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

How to determine which constructor Autofac uses when resolving

Deserilize date keeping local time

c# json xamarin json.net

Json.Net (8.0) Error creating StringEnumConverter on Mono 4.5 Mac

c# json macos mono json.net

How to read the Json data without knowing the Key value

How can I get all string from JsonReader in ReadJson method?

c# json.net