Search code examples
Using System.Text.Json to Serialize an IConfiguration back to Json...


c#.net.net-coreconfigurationsystem.text.json

Read More
Deserialize into a case-insensitive dictionary using System.Text.Json...


c#json-deserialization.net-5system.text.json

Read More
The JSON value > could not be converted to System.Int32. Path: $.id | LineNumber: 0 | > BytePo...


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

Read More
Link one part of a JSON document to another...


c#jsonsystem.text.json

Read More
Can't compile with Native AOT about JsonSerializer.Deserialize...


c#.net-core.net-7.0system.text.jsonnative-aot

Read More
What's the counterpart to JObject.FromObject in System.Text.Json...


c#.net-coresystem.text.json

Read More
JsonConstructorAttribute in System.Text.Json (but not Newtonsoft.Json) results in exception when pro...


jsonconstructorsystem.text.json.net-5

Read More
ASP.NET Core 8 Web API - JsonConverter<DateTime> incorrectly converts DateTime...


jsonasp.net-coresystem.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
BackNext