Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Json.net serialize/deserialize derived types?

c# json serialization json.net

How to import JsonConvert in C# application?

c# json.net

How to serialize a JObject without the formatting?

json serialization json.net

How to handle both a single item and an array for the same property using JSON.net

json.net sendgrid

Cannot deserialize the JSON array (e.g. [1,2,3]) into type ' ' because type requires JSON object (e.g. {"name":"value"}) to deserialize correctly

How do I enumerate through a JObject?

c# json json.net

Unexpected character encountered while parsing value

Get value from JToken that may not exist (best practices)

c# json.net

What exceptions does Newtonsoft.Json.DeserializeObject throw?

Deserializing JSON Object Array with Json.net

c# json.net

JSON.Net Self referencing loop detected

c# serialization json.net

Deserializing JSON data to C# using JSON.NET

json.net has key method?

c# json json.net

Making a property deserialize but not serialize with json.net

c# json.net

Order of serialized fields using JSON.NET

c# json json.net

Casting interfaces for deserialization in JSON.NET

c# .net json json.net

Specifying a custom DateTime format when serializing with Json.Net

JSON.net: how to deserialize without using the default constructor?

c# json json.net

Can Json.NET serialize / deserialize to / from a stream?

.net serialization json.net

Where did IMvcBuilder AddJsonOptions go in .Net Core 3.0?