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
612
problems.
Stats
17.6k
EtPoint
6.1k
Vote count
5
questions
612
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
C# - OutOfMemoryException saving a List on a JSON file
Why am I getting "'System.Array' does not contain a definition for 'AsBuffer'" with this WinRT code?
How to convert JArray to KeyValuePair structure in C#?
JsonPropertyAttribute ignored on private property in derived class
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?