Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Making a property deserialize but not serialize with json.net

c# json.net

Order of serialized fields using JSON.NET

c# json json.net

Casting interfaces for deserialization in JSON.NET

c# .net json json.net

Specifying a custom DateTime format when serializing with Json.Net

JSON.net: how to deserialize without using the default constructor?

c# json json.net

Can Json.NET serialize / deserialize to / from a stream?

.net serialization json.net

Where did IMvcBuilder AddJsonOptions go in .Net Core 3.0?

How to make sure that string is valid JSON using JSON.NET

c# json.net

How to write a JSON file in C#?

Parse JSON in C#

c# asp.net json parsing 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

Could not load file or assembly 'Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'

asp.net json.net

How can I return camelCase JSON serialized by JSON.NET from ASP.NET MVC controller methods?

Convert Newtonsoft.Json.Linq.JArray to a list of specific object type

c# json.net

How to deserialize a JObject to .NET object

How to convert JSON to XML or XML to JSON?

c# json xml json.net

How to implement custom JsonConverter in JSON.NET?

Deserializing JSON to .NET object using Newtonsoft (or LINQ to JSON maybe?)

.NET NewtonSoft JSON deserialize map to a different property name

Deserialize JSON object into dynamic object using Json.net

c# .net json.net