Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

How can I best utilize Json.NET to modify parts of an existing JSON object?

c# json json.net

Using [JsonProperty] to match Json parameters to C# class properties which are type List

c# json json.net

Namespace could not be found - building using TFS [closed]

c# visual-studio tfs json.net

Json.NET - deserialize directly from a stream to a dynamic?

c# .net json stream json.net

Convert XML to Json and remove XML declaration from converted Json

xml json json.net

Using Custom WCF Body Deserialization without changing URI Template Deserialization

c# json wcf json.net

OutOfMemoryException when reading a string

Add->REST API Client... command fails in VS2015

C# JsonConvert using the default converter instead of the custom converter

c# json.net

C# JSON deserialization: can I intercept the deserialization and optionally change the result?

c# json json.net

JSON.NET Parser *seems* to be double serializing my objects

Generic Type JsonConvert.DeserializeObject<List<T>>(string)

How to create hierarchy in json string from string array?

c# json linq json.net

json.net SelectToken with embedded "."

json.net

NewtonSoft JSON serializer and UTF8 support [closed]

c# json json.net

JSON.Net serialize XML to JSON camel case

JSON.NET: How to serialize just one row from a DataTable object without it being in an array?

c# json json.net

JSON.NET is throwing 'additional text found in JSON string after finishing deserializing object."

javascript c# json json.net

How can I deserialize with TypeNameHandling.Objects in Json.NET Silverlight?

silverlight json.net

MVC Rethrow custom exception as JSON