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
6
questions and find answers to
629
problems.
Stats
17.9k
EtPoint
6.1k
Vote count
6
questions
629
answers
About
dbc questions
How can I serialize a Newtonsoft JToken to JSON using System.Text.Json?
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
Error with XML deserialization an IEnumerable class
How can I serialize a Newtonsoft JToken to JSON using System.Text.Json?
Pass an object to a function in jint and return a value
Conditional JSON serialization using C#
System.Text.Json Serialize null strings into empty strings globally
How to deserialize child elements of different types into list/collection of base type which is a property of the corresponding class
Exclude an enum property of a Model from using the JsonStringEnumConverter which is globally set at the Startup?
How to replace json from another json in C# using NewtonSoft?
Asymmetric Field Names for serialisation and deserialisation using System.Text.Json
How Can I Ignore One Property based on JsonProperty Value of another Property during Deserialization?