Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Use Json.NET to (de)serialize dictionary in the structure used by DataContractJsonSerializer? [duplicate]

c# json serialization json.net

Determine if JToken is leaf

c# json json.net

JObject is losing reference

c# json.net

Convert a list of JToken to a list of one of the values

c# linq json.net

how to convert an array of objects to json

c# json json.net

Parse nested JSON with json.net in Visual Basic

vb.net json json.net

Custom JsonConverter gets reader with TokenType "EndObject" when it shouldn't be

c# .net serialization json.net

Can I parse json either into a string or another concrete type as object?

c# json json.net

Response JObject values not completely filled in returned JSON

json.net escaping of special characters

json.net

Double to string conversion different for .NET Framework and .NET Core

c# json.net double precision

How to split a large JSON file based on an array property which is deeply nested?

c# json .net file json.net

Why JsonConvert.DeserializeObject ignoring JsonPropertyName attributes?

Replacing values in JSON string using JSON.net library (C#)

c# json.net

Json.Net - How to specify deserialized type in ambiguous JSON

c# json json.net

Newtonsoft json is not deserializing when the name of the class is the root element

How to get Json Property name using reflection in C#