Search code examples
RestSharp v107: setting Json serialization options...


c#restsharpsystem.text.json

Read More
.NET JSON serializer seems to be rounding up values of type double up to 16 digits in some cases...


c#.netasp.net-coredoublesystem.text.json

Read More
Can System.Text.Json.JsonSerializer serialize collections on a read-only property?...


c#jsonjson.netsystem.text.json

Read More
How can we deserialize to ProtoBuf from huge json using JsonSerializer.DeserializeAsyncEnumerable wi...


c#jsondeserializationprotocol-bufferssystem.text.json

Read More
How to combine [JsonPropertyName] and [ObservableProperty] on the same member?...


c#jsonwinui-3system.text.jsoncommunity-toolkit-mvvm

Read More
How to implement a conditional custom Json Converter hide a property...


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

Read More
Ignore json null value in System.Text.Json Deserialize...


c#asp.net-core.net-coresystem.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
Deserializing a json array into a object containing List...


c#jsonjson-deserializationsystem.text.json

Read More
C# JsonSerializer.Serialize returns an empty object...


c#jsonsystem.text.jsonjsonserializer

Read More
How to deserialize into private fields in .NET 8?...


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

Read More
Can I force System.Text.Json.JsonSerializer to work non-recursively?...


c#jsonsystem.text.json

Read More
Endless loop during serialization...


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

Read More
Why missing $type when serialize generic with JsonDerivedType?...


c#jsonsystem.text.json

Read More
Clone a JsonNode and attach it to another one in .NET 6...


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

Read More
Deserialize Json input to dynamic...


c#.net-coresystem.text.json

Read More
Use a Blanket policy to serialize enums as strings with snake case...


enumssystem.text.json.net-8.0native-aot

Read More
.NET 8 serialization/deserialization of IEnumerable interface...


c#json.net-coreserializationsystem.text.json

Read More
When deserializing JSON, How can I configure the concrete type used for properties declared as IList...


c#json.net-coreobservablecollectionsystem.text.json

Read More
How to deserialize java duration in c#?...


c#.netsystem.text.jsonnodatime

Read More
How to ignore empty list when serializing to json?...


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

Read More
How to ignore Property on JSON deserialization?...


c#json.net-coresystem.text.json

Read More
How to deserialize objects having different keys (names) but identical structure in C# .Net 8 using ...


c#jsondeserializationsystem.text.json.net-8.0

Read More
Exception when deserializing a file that I have previously serialized using System.Text.Json...


c#json.net-coresystem.text.json

Read More
System.Text.Json: How can I enforce default camelCase JsonNamingPolicy when Serializing data?...


c#asp.netjson.netsystem.text.json

Read More
Json deserialization onto readonly fields in C#...


c#jsonsystem.text.json

Read More
System.Text.Json Merge two objects...


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

Read More
Serialize a list of generic class objects using System.Text.Json not serializing generic properties ...


c#genericsserializationsystem.text.json

Read More
net 6.0: dynamically returning child object in response...


c#json.net-coreasp.net-core-mvcsystem.text.json

Read More
How to Set JSON PropertyNamingPolicy when using Results.OK in Minimal API when JsonSerializerOptions...


c#.net-6.0system.text.jsonjsonserializerminimal-apis

Read More
BackNext