Search code examples
How to implement custom JsonConverter based on property names?...


c#json.net-coreserializationsystem.text.json

Read More
Using System.Text.Json to ignore default values for bool data type, only...


c#.netserializationsystem.text.json

Read More
C# Parse byte[] to json without converting to base64 string...


c#jsonsystem.text.json

Read More
Asymmetric Field Names for serialisation and deserialisation using System.Text.Json...


c#serializationsystem.text.json

Read More
CosmosClient : Custom json converter works out of the box with NewtonSoft, not with System.Text.Json...


c#azureserializationsystem.text.jsoncosmosclient

Read More
Polymorphic serialization for every child class in .NET 7 using System.Text.Json...


c#.net-corepolymorphismsystem.text.json.net-7.0

Read More
.NET Core 3 [JsonIgnore] not working when requesting single resource...


.netjson.netasp.net-core-3.0system.text.json

Read More
Deserialization using System.Text.Json fails when constructor parameter doesn't have the same ty...


c#json.netdeserializationsystem.text.json

Read More
Custom enum serialisation with System.Text.Json...


c#enumsjson.netasp.net-core-6.0system.text.json

Read More
How do I add lexicographical sort in this System.Text.Json serialization way?...


c#.netsystem.text.json

Read More
Serializing a list of generic type via custom JsonConverter...


c#system.text.json

Read More
C# JSON Deserialization System.NotSupportedException...


c#jsondeserializationsystem.text.json

Read More
Why is deserializing this JSON resulting in `null`?...


c#jsondeserializationsystem.text.json

Read More
.NET C# Enum Json deserialize with a dash in the EnumMember value without newtonsoft...


c#json.net-coreserializationsystem.text.json

Read More
System.Text.Json Serializing dynamic object, won't ignore nulls...


c#jsondynamicsystem.text.json

Read More
Quickly finding out if element contains JSON formatted data in C# .Net 6...


c#json.netsystem.text.json

Read More
How does one iterate a JsonArray with LINQ?...


c#linqsystem.text.jsonjsonnode

Read More
How to turn off character escaping for JsonResults in ASP.NET Core...


c#jsonasp.net-coresystem.text.json

Read More
Deserialize json into class with private constructor and readonly properties in C#...


c#system.text.json

Read More
Deserialize Json Always Get Items null...


c#jsonjson-deserializationsystem.text.json

Read More
JsonSerializer.Deserialize is returning empty object...


c#jsonasp.net-web-apisystem.text.jsonjsonserializer

Read More
How do you properly deserialize a class that has an IReadOnlyCollection<T> using System.Text.J...


c#jsonjson-deserializationsystem.text.jsonreadonly-collection

Read More
Serialization and deserialization not supported. Path: $.TargetSite on Azure App Service...


c#azure-web-app-serviceazure-cosmosdbsystem.text.json.net-7.0

Read More
Passing the right type to JsonSerializer in C#...


c#dictionarytypestypeerrorsystem.text.json

Read More
(De)Serializing type with interface-based polymorphic properties into/from JSON...


c#jsonpolymorphismsystem.text.json

Read More
System.Text.Json - Deserialize nested object as string...


c#json.net-coredeserializationsystem.text.json

Read More
How to return JSON string as an sub-object in a .NET 6 WebApi controller?...


c#jsondeserialization.net-6.0system.text.json

Read More
How to deserialize an anonymous object using C# System.Text.Json and access its properties?...


c#json-deserializationsystem.text.json

Read More
How to deserialize stream to object using System.Text.Json APIs...


c#json.net-coresystem.text.json

Read More
How to assign a list to a read-only/init-only property using initializer syntax without hard-coding ...


c#propertiesinitializationsystem.text.json

Read More
BackNext