Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Serialize Newtonsoft JSON to byte array

c# json.net

Is there any convention or built in concept how to inject a Json serializer?

Difference between JToken.ToObject<T>() vs JToken.Value<T>()

c# json json.net

Deserializing variable Type JSON array using DataContractJsonSerializer

c# json json.net

How do I get json.net to exclude nulls when deseralizing a collection? [duplicate]

c# json json.net

How to deserialize JSON with duplicate property names in the same object

c# serialization json.net

Is the JsonSerializerSettings thread safe?

c# thread-safety json.net

cannot use dynamic type with asp.net vnext core

c# json.net asp.net-core

How to omit/ignore/skip empty object literals in the produced JSON?

c# json.net

Deserialize multiple json objects from a stream using Newtonsoft Json

Json.NET - Serialize generic type wrapper without property name

c# json.net

LINQ and JSON.NET when the property names vary

c# json.net json arcgis-server

Json.NET - Value-type members not getting deserialized?

JSON.NET Root Tag and Deserialization

c# serialization json.net

Confusion in getting Parent from JToken

c# json json.net

Attempting to deserialize an object using JSON.NET in Windows 10 Universal App fails with FileNotFoundException

Navigating through dynamic Object (json) in C#

c# json.net

Json.NET custom JsonConverter being ignored

c# asp.net-mvc json json.net

Json.NET deserialization of Tuple<...> inside another type doesn't work?

Deserialize hal+json to complex model