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
515
problems.
Stats
15.7k
EtPoint
5.6k
Vote count
4
questions
515
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
c# xml deserialization to object with colon and hyphen in xsi:type value
Json.NET Prevent JsonProperty from deserializing (in order to deserialize it manually afterwards) [duplicate]
Clone a JsonNode and attach it to another one in .NET 6
Parse XML in List<CustomClass> with Linq query
Get Property Name from JSON
Capture output from multiple processes asynchronously
How to implement a C# delegate containing an in-struct parameter in VB.NET?
Newtonsoft Json.NET JsonConverter attribute preserve references issue when deserializing
Deserialize Comments using Custom IXmlSerializer
Loading a file from disk and use that as value during json deserialization