Search code examples
ASP.NET Core 8 Web API - JsonConverter<DateTime> incorrectly converts DateTime...


c#jsonsystem.text.jsonasp.net-core-8jsonconverter

Read More
system.text.json explicitly set null attributes while ignoring unset attributes when serializing...


c#serializationnullsystem.text.jsonnull-object-pattern

Read More
In System.Text.Json is it possible to minify only array items?...


c#.net-8.0system.text.json

Read More
Serialize objects implementing interface with System.Text.Json...


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

Read More
System.Text.Json: Get the property name in a custom converter...


c#json-deserializationsystem.text.jsonasp.net-core-5.0

Read More
Problems with C# json serialization...


c#jsonserializationderived-classsystem.text.json

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


c#jsonserialization.net-coresystem.text.json

Read More
System.Text.Json: Deserialize JSON with automatic casting...


c#asp.net-core.net-corejson.netsystem.text.json

Read More
Struggling with the LINQ method syntax to lookup a value...


c#linqsystem.text.json

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


c#.net-corestreamingsystem.text.json

Read More
System.Text.Json: Error while deserializing dictionary returned as empty array...


c#jsonsystem.text.json

Read More
ASP.NET Core deserialise JSON to derived classes...


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

Read More
System.Text.Json Utf8JsonReader is reading the array values twice...


c#jsonsystem.text.json

Read More
System.Text.Json Deserialize dictionary with JsonExtensionData attribute...


c#system.text.json

Read More
Custom TypeInfoResolver to manage polymorphic deserialization in System.Text.Json...


c#json.net-coresystem.text.json

Read More
Problem during serialization with UNICODE char with System.Text.Json...


c#serializationunicodesystem.text.json

Read More
Serializing data to json with multiple circular dependencies...


c#json-deserializationsystem.text.json

Read More
Is a parameterless constructor now always required by System.Text.Json?...


c#.net-8.0system.text.json

Read More
How to globally enforce lower case snake case on all serializing to JSON and also model binding...


c#asp.net-coresystem.text.json

Read More
.NET 6 - Type Agnostic Json Serialization with camelCase through PropertyNamingPolicy...


c#asp.netjson.net-6.0system.text.json

Read More
System.Text.Json.Serialization replacement for Netwtonsoft's JsonObjectAttribute NamingStrategy ...


c#.netserializationjson.netsystem.text.json

Read More
System.Text.Json serialization doesn't work for abstract members...


c#json.netpolymorphismsystem.text.json

Read More
Is there a way to make the ASP.NET Core model binder set properties with private setters?...


c#asp.net-coremodel-bindingsystem.text.jsonminimal-apis

Read More
Deserialize JSON file in C# with variable sub root names...


c#json.netsystem.text.json

Read More
Why does JsonSerializerContext generate empty JSON for a model containing [ObservableProperty] prope...


c#.net-coresystem.text.jsonsourcegeneratorscommunity-toolkit-mvvm

Read More
JsonConverterAttribute is not used by JsonSerializer...


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

Read More
What is equivalent in JToken.DeepEquals in System.Text.Json?...


c#json.netsystem.text.json

Read More
.NET 8 Httpclient post parameter changing it's case to camel...


c#asp.net-coredotnet-httpclientsystem.text.json.net-8.0

Read More
ASP.NET Core - System.Text.Json: how to reject unknown properties in payload?...


c#asp.net-coresystem.text.json

Read More
How can I serialize a literal JSON value with System.Text.Json?...


c#asp.net.netsystem.text.json

Read More
BackNext