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
600
problems.
Stats
17.4k
EtPoint
6.0k
Vote count
5
questions
600
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
Efficiently replacing properties of a large JSON using System.Text.Json
Circular reference exception when serializing an object containing a JToken to XML in Web API
Extending the DefaultContractResolver to convert ExpandoObject sub properties to PascalCase
CB_SELECTSTRING is not working for Japanese item
XML to Json without array name c#
System.Text.Json.JsonSerializer ignores DictionaryKeyPolicy when serializing dictionary keys with non-primitive values
Deserialize enums using the EnumMember value in AspNet [FromQuery] model binding
Select part of json with System.text.json
How to generate XML from JSON with parent node of array items
Deserialize problem with Customized DataType implementing IConvertible