CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
system.text.json
09-13
Software design
Deserializing a data member that could be int or string c#
09-13
OS
Avoid re-serializing of a json string
09-12
database
How do I avoid writing `$type` with System.Text.Json?
09-07
Net
How to generate JsonPropertyName dynamically?
09-07
Net
System.Text.Json custom null values
09-07
OS
Suggestions for removing repeated code in custom JsonConverters
09-04
Back-end
Json Deserializer Returning NUll
08-14
Back-end
Avoid recursion with custom system.text.json converter
08-14
Back-end
System.Text.Json Custom Deserialization for Dictionary<string, Dictionary<string, Dictionary&l
08-11
Back-end
How to add property in existing json
08-11
Software engineering
Why does System.Text.Json output invalid JSON from my MVC model?
08-09
other
System.Text.Json: when deserializing, how can I ignore a null or empty string value for a property t
08-03
OS
System.Text.Json.Serialization replacement for Netwtonsoft's JsonObjectAttribute NamingStrategy
07-20
Back-end
Is there a way to convert between JsonDocument and JsonNode?
07-16
OS
How to output a formatted string from a JSON model class
07-02
Enterprise
Serialize a list of Objects of different Classes (implementing a common Interface) rendering only th
07-01
Software engineering
C# System.Text.Json consider an empty object an empty array
07-01
Blockchain
System.Text.Json - Polymorphic serialization for property is not working
06-29
Back-end
Deserializing an array with System.Text.Json
06-29
Enterprise
Receiving double quotes after serialization
06-19
Mobile
JsonDocument API throws an exception "The requested operation requires an element of type '
06-18
OS
System.Text.Json - DefaultValueHandling = DefaultValueHandling.Ignore alternative
06-17
Software engineering
Create JSON object using System.Text.Json
06-15
Back-end
Parse json document to extract node's value without knowing root property name in C#( .net core
06-13
Back-end
How do I add lexicographical sort in this System.Text.Json serialization way?
06-04
Mobile
How to get rid of ValueKind when using System.Text.Json Desirialise
05-28
Net
How can I create a custom converter similar to Newtonsoft using system.text.json?
05-24
Mobile
c# system.text.json deserialize "different" object to an array of one class
05-20
OS
JsonConverter - WebApi - Case Sensitivity - Polymorphic
05-20
Net
Using System.Text.Json, how do I get a "object" out of a extension data object?
05-18
Back-end
Trying to get first object out of an json array in C#
05-17
Back-end
Deserializing array of [price, quantity]
05-13
Software engineering
System.Text.Json - How do I sort JsonArray using OrderBy?
05-09
Back-end
Converting a POCO object with JsonPropertyName decorations into a URL query string
05-03
Mobile
Read in Byte value and convert to Null
05-03
Blockchain
Can't serialize GeoJson coordinates in .Net Core controller
04-27
Software design
why JsonElement is struct type?
04-27
database
How to deserialize a nested json string?
04-24
front end
Equivalent of JArray.FromObject() in .Net5?
04-19
Mobile
Deserialize Json string with child objects
79
1
2
Next
Last
Links:
CodePudding