Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

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 enum as string in JSON returned from Azure Function

JSON Newtonsoft C# Deserialize List of Objects of Different Types

Azure Functions Newtonsoft.Json load error

How to retrieve json serializer settings via DI (service collection) in asp netcore 3.1 mvc while using AddNewtonsoftJson

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?