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
438
problems.
Stats
14.2k
EtPoint
5.1k
Vote count
4
questions
438
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
Newtonsoft JSON.NET and spaces in json key bug?
How Do I efficiently deserialize a compressed list of objects, add to it, and compress it again without using too much memory
VB.NET syntax for Newtonsoft JsonProperty order property
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