JsonNullSentinel.IsJsonNullSentinel(JsonNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the given node is the JSON null sentinel.
public static bool IsJsonNullSentinel(this System.Text.Json.Nodes.JsonNode? node);
static member IsJsonNullSentinel : System.Text.Json.Nodes.JsonNode -> bool
<Extension()>
Public Function IsJsonNullSentinel (node As JsonNode) As Boolean
Parameters
- node
- JsonNode
The JsonNode to check.
Returns
Whether or not the given node is the JSON null sentinel.