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
4
questions and find answers to
456
problems.
Stats
14.6k
EtPoint
5.3k
Vote count
4
questions
456
answers
About
dbc questions
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
Cannot serialize member ... of type System.Collections.Generic.Dictionary`2 because it implements IDictionary
make Json.NET ignore $type if it's incompatible
System.Text.Json - Use custom JsonConverter conditionally depending on field attribute
xsi:type attribute messing up C# XML deserialization
Custom JsonConverter for property: get property name
How to write a string array with a Utf8JsonWriter?
Custom JsonConverter not working when using JsonReader instead of JsonSerializer
How to deserialize a node in a large document using XmlSerializer
How to deserialize a huge, complex JSON file
JsonSerializerSettings to change case of property name but not name of property's property