Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Serialize only interface properties to JSON with Json.net

c# serialization json.net

Serializing/Deserializing Dictionary of objects with JSON.NET

c# json json.net

Deserialize json array stream one item at a time

How to programmatically choose a constructor during deserialization?

c# json.net

Serialize dictionary as array (of key value pairs)

c# json.net

JSON.net Serialize C# object to JSON Issue

How can i configure JSON format indents in ASP.NET Core Web API

JSON.NET cast error when serializing Mongo ObjectId

c# mongodb json.net

JsonValueProviderFactory throws "request too large"

How to update a property of a JSON object using NewtonSoft

c# json json.net

JSON.Net Ignore Property during deserialization

c# json json.net

JObject & CamelCase conversion with JSON.Net

c# json.net

Json.Net - Error getting value from 'ScopeId' on 'System.Net.IPAddress'

c# .net json.net system.net

Parsing JSON DateTime from Newtonsoft's JSON Serializer

json datetime parsing json.net

Searching for a specific JToken by name in a JObject hierarchy

c# json json.net

Tell Json.Net to write a single-quote rather than a double quote when serializing objects

c# json serialization json.net

Json.Net - Serialize property name without quotes

c# json.net

Deserializing JToken content to an Object

How can I return json from my WCF rest service (.NET 4), using Json.Net, without it being a string, wrapped in quotes?

Json.NET: Deserializing nested dictionaries