Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Deserialize json that has some property name starting with a number

c# json.net

Deserialize JSON recursively to IDictionary<string,object> [duplicate]

c# json json.net

Serialize object to JToken

c# .net json.net

JSON.NET and Replacing @ Sign in XML to JSON converstion

xml json json.net

Why can't I add the newtonsoft.Json.dll ref to my project?

Get path of JSON value using JSON.NET

c# json json.net

Parsing JSON API in C#

c# json parsing json.net

How to combine/merge two JArrays in JSON.NET

c# json json.net

Json.NET limit MaxDepth when serializing

Deserializing JSON with a property in a nested object [duplicate]

Optionally serialize a property based on its runtime value

How to force Newtonsoft Json to serialize all properties? (Strange behavior with "Specified" property)

c# serialization json.net

MSBuild is replacing Newtonsoft.Json.dll with an older version

Json Datetime issue [duplicate]

C# Manipulating JSON data

c# json json.net

How Do You "Really" Serialize Circular Referencing Objects With Newtonsoft.Json?

Json.NET how to override serialization for a type that defines a custom JsonConverter via an attribute?

c# json.net

Why won't Web API deserialize this but JSON.Net will?

Modify existing object with new partial JSON data using Json.NET

What is the equivalent of Newtonsoft.Json's / Json.Net's JsonProperty field in System.Text.Json?