Search code examples
How to enumerate a JsonElement array backwards?...


c#system.text.json

Read More
System.Text.Json doesn't deserialize IEnumerable with a private getter...


c#jsonsystem.text.json

Read More
How to remove property from JsonElement?...


c#jsonsystem.text.json

Read More
The converter handles Int32 but is being asked to convert Nullable<Int32>...


c#.netsystem.text.json

Read More
Serialise base class properties first in System.Text.Json...


c#serializationsystem.text.json

Read More
How to ban an entire namespace with BannedApiAnalyzers?...


c#json.netroslynsystem.text.jsonroslyn-code-analysis

Read More
Why does an inherited class not get JSON serialized correctly?...


c#jsoninheritanceserializationsystem.text.json

Read More
How can I add comments when serializing to JSON?...


c#json.net-4.8system.text.json.net-9.0

Read More
How to globally set default options for System.Text.Json.JsonSerializer?...


c#jsonserialization.net-coresystem.text.json

Read More
Using System.Text.Json DeserializeAsyncEnumerable to deserialize non-root items...


c#.net-corestreamingsystem.text.json

Read More
Number decimal precision with System.Text.Json...


c#.netf#system.text.jsonjson-serialization

Read More
What's causing JsonException: The JSON value could not be converted?...


c#json.netsystem.text.json

Read More
Deserialize anonymous type with System.Text.Json...


c#json.net-coresystem.text.json.net-core-3.1

Read More
How to serialize derived classes using polymorphism to JSON...


c#jsonserializationpolymorphismsystem.text.json

Read More
Deserializing JSON text to an object in C#...


c#jsonsystem.text.json

Read More
I can't bypass the System.ArgumentException: '.NET number values such as positive and negati...


c#json.netsystem.text.jsonjsonconverter

Read More
With System.Text.Json, is there a way to EXCLUDE properties from a BASE class from serialization?...


c#.netsystem.text.jsoncommunity-toolkit-mvvm

Read More
Issues with System.Text.Json serializing Unicode characters (like emojis)...


c#asp.netjsonjson.netsystem.text.json

Read More
Durable Functions - objects returned by Activity Function are empty in orchestrator...


azure-functionsjson.netsystem.text.jsonazure-durable-functions

Read More
Serialising/deserialising class with a abstract base loses value with Newtonsoft and System.Text.Jso...


c#.netserializationjson.netsystem.text.json

Read More
How do I fix SerializationNotSupportedParentType and ThrowNotSupportedException_ConstructorContainsN...


c#azureblazorblazor-webassemblysystem.text.json

Read More
PascalCase serialization no longer works in .NET 8 / System.Text.Json...


c#azure-functionsjson.net.net-8.0system.text.json

Read More
System.Text.Json polymorphic deserialization exception when $type is not the first property...


c#json.netjson-deserializationsystem.text.json

Read More
System.Text.Json throws TypeInitializationException in .NET framework unit tests...


c#mstest.net-4.8system.text.jsonjson-serialization

Read More
How to force System.Text.Json serializer throw exception when property is missing?...


c#json.net-coreexceptionsystem.text.json

Read More
System.Text.Json: How do I specify a custom name for an enum value?...


c#.net.net-core.net-core-3.0system.text.json

Read More
How specify default a timezone for dates with a JsonSerializer?...


c#jsondatetimesystem.text.json

Read More
use System.Text.Json to serialize an Object as a single String conditionally...


c#jsonsystem.text.json.net-6.0activitypub

Read More
RestSharp v107: setting Json serialization options...


c#restsharpsystem.text.json

Read More
Controller Only Returning Derived Class Fields When Using JsonSerializer.Serialize...


c#.net-corecontrollersystem.text.json

Read More
BackNext