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
435
problems.
Stats
14.1k
EtPoint
5.1k
Vote count
4
questions
435
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
Usage-specific serialization for complex type in Dictionary with JSON.Net
Changing types during binary deserialization in C#
Why are all the collections in my POCO are null when deserializing some valid json with the .NET Newtonsoft.Json component
Json.NET serialize by depth and attribute
Json.Net not serializing decimals the same way twice
Deserializing json to C# list with existing items
LINQ to JSON - Query for object or an array
Does DataContractSerializer work only with http://schemas.datacontract.org/2004/07/
What is equivalent in JToken.DeepEquals in System.Text.Json?
System.Text.Json deserialization fails with JsonException "read to much or not enough"