Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

.net API error when attempting to accept model with large file

How to deserialize json with nested Dictionaries?

What is the correct way to force JSON.Net to escape forward slash (solidus) characters?

escaping json.net

Serializing EF4.1 Entities using JSON.Net

Deserializing TimeSpan using JSON.net and .net WebApi

Make web api serialize dictionary with the key value as key using data attribute

Deserialize dynamically named JSON objects in C# (using JSON.Net or otherwise)

How to flatten a referenced object into two json.net properties on the referer?

.net serialization json.net

JSON.Net Convert inner object to C# Model

c# json.net

Limit objects in a collection from being serialized based on User

How can I generically deserialize PropertyInfo with Json.NET?

c# json reflection json.net

JSON deserialization with Stack structure reverses order [duplicate]

Reading Large JSON file into variable in C#.net

json json.net jsonreader

How can I use Newtonsoft: Json.NET in ASP.NET Core WebAPI? [duplicate]

json asp.net-core json.net

Type 'string[]' which is not a supported primitive type or a valid entity type. - How do I deserialize the json string? [duplicate]

c# json.net deserialization

Using JSONPath to filter properties in JSON documents

c# json.net jsonpath

Overriding Default Primitive Type Handling in Json.Net

c# .net json.net primitive

When deserializing JSON with C#/NewtonSoft, can you flatten some of the results?

c# json json.net

Why do I have to explicitly cast JValue to a target type before using it?

c# json dynamic json.net

DateTime.TryParse cannot parse DateTime.MinValue