Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
dbc
dbc has asked
5
questions and find answers to
592
problems.
Stats
17.3k
EtPoint
6.0k
Vote count
5
questions
592
answers
About
dbc questions
How can I serialize a multi-level polymorphic type hierarchy with System.Text.Json in .NET 7?
How to handle both a single item and an array for the same property using System.Text.Json?
How can I serialize a Stack<T> to JSON using System.Text.Json without reversing the stack?
How can I parse JSON with comments using System.Text.Json?
How to use default serialization in a custom System.Text.Json JsonConverter?
dbc answers
How to generate XML from JSON with parent node of array items
Deserialize problem with Customized DataType implementing IConvertible
Determining JSON.Net property mappings based on JsonSerializerSettings
C# - Adding objects dynamically (adding dynamic property names)
JSON.NET contract resolved is not applied to inner objects
JSON Deserialize with empty field c#
Mapping multiple JSON property names to the same property in System.Text.Json
Are parameter entity references in sgml/xml parsible using .NET?
Multidimensional arrays, nullable reference types and type conversion
appending a new node to a nodelist using foreach loop and XmlNodeList C#