Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in json.net

Reading huge integers with Json.NET

c# json.net

Could not load file or assembly 'Newtonsoft.Json, Version=6.0.0.0 in unit test

How to serialize an enum with JSON.NET based on an attribute?

c# .net json json.net

Json.Net, how to serialize DateTimeOffset with 'Z' instead of +00:00, but keep other timezone offsets?

c# .net-core json.net

Remove nulls from IActionResult responses

Byte array serialization in JSON.NET

JSON.NET - exclude properties of a specific type at runtime

JSON.net JsonIgnoreAttribute not working with "EntityKey" property

StackOverflowException is thrown when serialising circular dependent ISerializable object with ReferenceLoopHandling.Ignore

Decimal precision of zero when serializing doubles to JSON

c# json json.net

Override global Json.NET enum handling for one particular enum via decoration

Getting values out of a JArray in JSON.net

c# json.net

Json.Net Deserialization Constructor vs. Property Rules

c# json serialization json.net

Newtonsoft.Json adds ellipsis (...) at the middle of a serialized array

c# .net json.net

Convert empty strings to null with Json.Net

c# json.net

Receiving JSON object as a string in ASP.NET Core API

how to name c# class fields to be able deserialize json field names with invalid characters

Excluding specific items in a collection when serializing to JSON

c# .net json json.net

Can I make a strict deserialization with Newtonsoft.Json?

Convert two arrays into one JSON object using Newtonsoft.Json

c# arrays json json.net