Skip to content

IJsonElement.EvaluateSchema Method

Definition

Namespace: Corvus.Text.Json.Internal
Assembly: Corvus.Text.Json.dll
Source: IJsonElement.cs

EvaluateSchema(IJsonSchemaResultsCollector)

Evaluates the schema for this element.

public abstract bool EvaluateSchema(IJsonSchemaResultsCollector resultsCollector)

Parameters

Name Type Description
resultsCollector IJsonSchemaResultsCollector The results collector for schema evaluation (optional). (optional)

Returns

bool

true if the schema evaluation succeeded; otherwise, false.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue