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
608
problems.
Stats
17.5k
EtPoint
6.0k
Vote count
5
questions
608
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
Ignoring some default values for serialization
Deserialize very large json from a chunked array of strings using system.text.json
"Unexpected character encountered while parsing value: [." exception when deserializing into a List<string> field
json path expression not working without array
C# Deserialize an object which is derived and has references
Deserialisation with two possible property names for a property in json.net?
How to deserialize collection of interfaces when concrete classes contains other interfaces
Disable JSON.Net PreserveReferencesHandling for single external type
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