[System.Text.Json] About difference between property with null and does not exists #29468
Labels
area-System.Text.Json
json-functionality-doc
Missing JSON specific functionality that needs documenting
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
How do we deal with the difference between a json property being null, and there is no property?
For example:
We could create a struct that contains the information of whether a property exists or not in deserialization. For exemple.
Is this possible? Is there any way to handle this case in the current implementation?
The text was updated successfully, but these errors were encountered: