Gang Of Coders
Home
About Us
Contact Us
All json.net Solutions on Gang of Coders
Total of 118 json.net Solutions
How to deserialize a JObject to .NET object
.Net
Json
Exception
Serialization
json.net
How to convert JSON to XML or XML to JSON?
C#
Json
Xml
json.net
JObject how to read values in the array?
C#
json.net
Parsing a JSON array using Json.Net
C#
asp.net
Json
json.net
Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1
C#
Json
Facebook
json.net
Newtonsoft.Json serialization returns empty json object
asp.net
Json
json.net
How best to turn a JArray of type Type into an array of Types?
C#
json.net
Deserializing dates with dd/MM/yyyy format using Json.Net
C#
Json
json.net
Using JSON.NET to return ActionResult
C#
Serialization
json.net
asp.net Mvc-5
Deserializing JSON when sometimes array and sometimes object
C#
Json
json.net
Facebook C#-Sdk
Json Deserialization
Is there a way to ignore get-only properties in Json.NET without using JsonIgnore attributes?
C#
Json
json.net
Web API serialize properties starting from lowercase letter
C#
.Net
asp.net Mvc
asp.net Web-Api
json.net
Json.net serialize specific private field
C#
Serialization
json.net
How do I use JSON.NET to deserialize into nested/recursive Dictionary and List?
.Net
Json
json.net
Deserialization
Why does Json.NET DeserializeObject change the timezone to local time?
C#
json.net
Datetimeoffset
Registering a custom JsonConverter globally in Json.Net
C#
json.net
JSON.Net: Force serialization of all private fields and all fields in sub-classes
C#
json.net
Convert Newtonsoft.Json.Linq.JArray to a list of specific object type
C#
json.net
How can I return camelCase JSON serialized by JSON.NET from ASP.NET MVC controller methods?
asp.net Mvc
Json
json.net
Camelcasing
Convert an int to bool with Json.Net
C# 4.0
json.net
Deserialization
Argument Exception when creating JObject
C#
Json
json.net
How to make JSON.NET StringEnumConverter use hyphen-separated casing
C#
Json
Enums
json.net
'Newtonsoft.Json' already has a dependency defined for 'Microsoft.CSharp'
.Net
json.net
Jsonparser
Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
asp.net
json.net
Could not load file or assembly 'Newtonsoft.Json' or one of its dependencies. Manifest definition does not match the assembly reference
Json
json.net
.Net Assembly
Parse JSON in C#
C#
asp.net
Json
Parsing
json.net
How to make sure that string is valid JSON using JSON.NET
C#
json.net
How to write a JSON file in C#?
C#
Json
json.net
asp.net Web-Api
Where did IMvcBuilder AddJsonOptions go in .Net Core 3.0?
C#
asp.net
asp.net Core
json.net
asp.net Core-3.0
How can I deserialize JSON to a simple Dictionary<string,string> in ASP.NET?
Json
asp.net Ajax
asp.net 3.5
json.net
Can Json.NET serialize / deserialize to / from a stream?
.Net
Serialization
json.net
JSON.net: how to deserialize without using the default constructor?
C#
Json
json.net
Specifying a custom DateTime format when serializing with Json.Net
C#
Datetime
asp.net Web-Api
json.net
Casting interfaces for deserialization in JSON.NET
C#
.Net
Json
json.net
Order of serialized fields using JSON.NET
C#
Json
json.net
Making a property deserialize but not serialize with json.net
C#
json.net
JSON.Net Self referencing loop detected
C#
Serialization
json.net
json.net has key method?
C#
Json
json.net
What exceptions does Newtonsoft.Json.DeserializeObject throw?
.Net
Exception
Exception Handling
json.net
Deserializing JSON data to C# using JSON.NET
C#
Json
json.net
Deserialization
Deserializing JSON Object Array with Json.net
C#
json.net
Unexpected character encountered while parsing value
C#
Json
Visual Studio-2013
json.net
Cannot deserialize the JSON array (e.g. [1,2,3]) into type ' ' because type requires JSON object (e.g. {"name":"value"}) to deserialize correctly
C#
Arrays
Json
Serialization
json.net
How to ignore a property in class if null, using json.net
C#
json.net
Get value from JToken that may not exist (best practices)
C#
json.net
How do I enumerate through a JObject?
C#
Json
json.net
How to handle both a single item and an array for the same property using JSON.net
C#
json.net
Sendgrid
How to serialize a JObject without the formatting?
Json
Serialization
json.net
JSON.NET Error Self referencing loop detected for type
C#
Json
Serialization
json.net
Json.net serialize/deserialize derived types?
C#
Json
Serialization
json.net
Specify a value can be a string or null with JSON Schema
Json
json.net
Jsonschema
How to import JsonConvert in C# application?
C#
json.net
Checking for empty or null JToken in a JObject
C#
Sql
json.net
Creating JSON on the fly with JObject
C#
Json
json.net
Send JSON via POST in C# and Receive the JSON returned?
C#
.Net
Json
Httpwebrequest
json.net
Web API 2: how to return JSON with camelCased property names, on objects and their sub-objects
C#
.Net
asp.net Web-Api
json.net
asp.net Web-Api2
Parsing JSON using Json.net
C#
Parsing
Serialization
json.net
Ensuring json keys are lowercase in .NET
.Net
Json
json.net
How can I parse JSON with C#?
C#
Json
Parsing
json.net
Deserialization
Convert object of any type to JObject with Json.NET
C#
.Net
json.net
How to store JSON in an entity field with EF Core?
C#
json.net
Entity Framework-Core
Private setters in Json.Net
C#
json.net
Using JSON.NET as the default JSON serializer in ASP.NET MVC 3 - is it possible?
asp.net Mvc-3
json.net
Jsonresult
JObject.Parse vs JsonConvert.DeserializeObject
C#
json.net
Jsonserializer
How can I change property names when serializing with Json.net?
C#
Serialization
json.net
Convert JObject into Dictionary<string, object>. Is it possible?
C#
.Net
Json
json.net
Keep casing when serializing dictionaries
C#
json.net
Deserializing polymorphic json classes without type information using json.net
C#
Serialization
json.net
Imgur
Deserialize JSON object into dynamic object using Json.net
C#
.Net
json.net
Getting the name / key of a JToken with JSON.net
C#
Json
json.net
How can I fix assembly version conflicts with JSON.NET after updating NuGet package references in a new ASP.NET MVC 5 project?
asp.net Mvc
json.net
Nuget
Visual Studio-2013
asp.net Mvc-5.1
Newtonsoft JsonSerializer - Lower case properties and dictionary
C#
json.net
Using Json.NET converters to deserialize properties
.Net
Serialization
json.net
How do you add a JToken to an JObject?
C#
json.net
JSON.net ContractResolver vs. JsonConverter
json.net
Newtonsoft JSON Deserialize
C#
json.net
Deserialization
How to tell Json.Net globally to apply the StringEnumConverter to all enums
C#
.Net
Json
json.net
How to handle null/empty values in JsonConvert.DeserializeObject
C#
Json
json.net
Self referencing loop detected - Getting back data from WebApi to the browser
C#
Entity Framework
Serialization
asp.net Web-Api
json.net
Error reading JObject from JsonReader. Current JsonReader item is not an object: StartArray. Path
C#
json.net
Newtonsoft ignore attributes?
C#
asp.net Mvc
Couchdb
json.net
Newtonsoft.Json.Linq.JArray to string array C#
C#
Arrays
Json
String
json.net
Returning anonymous types with Web API
C#
Json
asp.net Web-Api
json.net
NewtonSoft.Json Serialize and Deserialize class with property of type IEnumerable<ISomeInterface>
C#
Json
Serialization
json.net
Deserialization
Default value for missing properties with JSON.net
C#
json.net
JContainer, JObject, JToken and Linq confusion
C#
Json
Linq
json.net
How to set custom JsonSerializerSettings for Json.NET in ASP.NET Web API?
C#
asp.net Web-Api
json.net
How can I get a list of keys from Json.NET?
C#
json.net
Converting a JToken (or string) to a given Type
C#
Windows Phone-7
json.net
Restsharp
Deserialize json with known and unknown fields
C#
Json
json.net
Deserialize collection of interface-instances?
C#
json.net
how to deserialize JSON into IEnumerable<BaseType> with Newtonsoft JSON.NET
C#
json.net
Json.NET serialize object with root name
C#
asp.net
.Net
Json
json.net
Find and return JSON differences using newtonsoft in C#?
C#
Json
json.net
Using JsonConvert.DeserializeObject to deserialize Json to a C# POCO class
C#
Json
Serialization
json.net
Poco
Ignoring null fields in Json.net
C#
.Net
Json
Serialization
json.net
Ignore parsing errors during JSON.NET data parsing
Json
Error Handling
json.net
Deserialization
How to turn on indentation when writing JSON using Json.net?
C#
Json
json.net
Can you tell JSON.Net to serialize DateTime as Utc even if unspecified?
Javascript
asp.net
Entity Framework
json.net
Can Newtonsoft Json.NET skip serializing empty lists?
C#
List
Serialization
json.net
multiple JsonProperty Name assigned to single property
C#
Json
json.net
Deserialization
Iterating over JSON object in C#
C#
Json
C# 4.0
json.net
What is the difference between PreserveReferencesHandling and ReferenceLoopHandling in Json.Net?
C#
asp.net
Json
asp.net Web-Api
json.net
Json.NET Disable the deserialization on DateTime
C#
Datetime
json.net
Deserialization
Detect if deserialized object is missing a field with the JsonConvert class in Json.NET
C#
.Net
Json
Serialization
json.net
Generate JSON object with NewtonSoft in a single line
C#
Json
json.net
How to access elements of a JArray (or iterate over them)
C#
.Net
Twitter
json.net
Ignore a property during xml serialization but not during deserialization
C#
.Net
Xml Serialization
json.net
Deserialization
.NET NewtonSoft JSON deserialize map to a different property name
Json
C# 4.0
Serialization
Deserialization
json.net
Exclude property from serialization via custom attribute (json.net)
C#
Serialization
json.net
Custom Attributes
Can I specify a path in an attribute to map a property in my class to a child property in my JSON?
C#
Json
json.net
Deserialization
Serialize a container of enums as strings using JSON.net
C#
asp.net Web-Api
json.net
Deserializing JSON to .NET object using Newtonsoft (or LINQ to JSON maybe?)
C#
Json
Linq
json.net
Deserialization
How to implement custom JsonConverter in JSON.NET?
C#
Json
json.net
Deserialization
Parse Json string in C#
C#
Json
json.net
Setting the default JSON serializer in ASP.NET MVC
C#
asp.net Mvc
asp.net Mvc-4
json.net
Deserializing JSON to abstract class
C#
Json
Serialization
json.net
How to deserialize a unix timestamp (μs) to a DateTime from JSON?
C#
json.net