Search code examples
.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
Text.Json fails to serialize schema with derived child classes...


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
.Net 6 `JsonPropertyName` deserialisation not working...


c#json.net-coredeserializationsystem.text.json

Read More
C# class mapping for System.Text.Json deserialization...


c#json-deserializationsystem.text.json

Read More
Serialization issues while using inheritance with the System.Text.Json lib...


c#system.text.json

Read More
Why doesn't System.Text.Json.JsonElement have TryGetString() or TryGetBoolean()...


c#jsonasp.net-coresystem.text.json

Read More
Why does JsonElement.ArrayEnumerator implement IEnumerable?...


c#.netsystem.text.json

Read More
I need to modify the value of string type if the property name is "xyz" in JsonConverter&l...


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

Read More
dotnet core System.Text.Json unescape unicode string...


c#.netjson.net-coresystem.text.json

Read More
How to enable escaped JSON string parsing in asp.net core?...


asp.net-coremodel-bindingsystem.text.json

Read More
Memory leaking in .NET HttpClient, JsonSerializer or misused Stream?...


c#httpclientsystem.text.jsonbackground-servicejsonserializer

Read More
System.Text.Json.JsonReaderException isn't found in namespace...


c#json.net-corenunitsystem.text.json

Read More
ASP.NET Core 3.1: Use Newtonsoft JSON only in some controllers...


asp.net-coreserializationjson.netsystem.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
JsonConverter equivalent in using System.Text.Json...


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

Read More
Deserializing JSON to an object - Whole object not being deserialized...


c#.net-corejson-deserializationsystem.text.jsonblazor-jsinterop

Read More
When does JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions) return null?...


c#json.netsystem.text.json

Read More
How to ignore empty strings in API JSON response?...


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

Read More
How to serialize to the given TextWriter instance using System.Text.Json?...


.net-coresystem.text.json

Read More
BackNext