Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Newtonsoft JSON- Conversion to/from DataSet causes Decimal to become Double?

c# .net json.net

Json.NET deserializing Mongo ObjectId is giving the wrong result

Deserialize JSON that might be an integer or a list of strings in C#

Proper serialization of LocalTime through WebAPI

vb.NET Deserialise JSON list into object

json vb.net json.net

Passing exceptions between two C# programs using JSON

Deserialize without creating wrapper class using json.net

c# json.net

Selectively read part of JSON data using JsonSerializer and populate a c# object

c# json parsing json.net

How to handle conversion from string to enum when string starts with a number in Json.Net

c# json json.net

Parse large JSON file with the bulk of the data inside a property of the root object

c# json.net

Avoid deserializing a JSON string token to a numeric property

Receiving Json deserialized object as string in Web API controller

Deserialize Json using ToObject method results in default properties values

c# .net json json.net

Why does JsonConvert change time of DateTimes with DateTimeKind.Unspecified when using DateTimeStyles.AssumeUniversal?

datetime json.net

System.ArgumentOutOfRangeException while deserializing using Newtonsoft.Json

SerializeObject throws System.OutOfMemoryException

c# json.net

Newtonsoft.Json parses incorrect json

c# json json.net

Serialize Property, but Do Not Deserialize Property in Json.Net

c# json serialization json.net

How can Json.NET perform dependency injection during deserialization?

How to get JSON.NET to serialize date/time to ISO 8601?