Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Out of memory for JObject

c# json parsing json.net

Read a JSON property with NULL handling using JSON.Net

c# json json.net

Using Newtonsoft.Json, how can I use a SerializationBinder and CustomResolver together to deserialize abstract/interface types?

c# json json.net

DateTime serializers omitting milliseconds? [duplicate]

Serializing with Json.NET: how to require a property not being null?

c# json serialization json.net

C# Json To Dictionary of Objects

How to remove a property from JObject in C#?

How to get consistent date time value with Newtonsoft.JSON JObject

c# json.net

How do I get Newtonsoft to serialize a bool as false, not False or "false" [closed]

c# json.net

Json.net Custom enum converter

c# json enums 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