Namespace: Json.Schema
Inheritance: JsonNodeExtensions
🡒 object
Provides some schema-related functionality for System.Text.Json.Nodes.JsonNode.
Methods
GetSchemaValueType(this JsonNode node)
Provides the JSON Schema type of a node.
Declaration
1
public static SchemaValueType GetSchemaValueType(this JsonNode node)
Parameter | Type | Description |
---|---|---|
node | JsonNode | The node. |
Returns
The Json.Schema.SchemaValueType of the node.