JsonSchemaResultsCollector.Result
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: JsonSchemaResultsCollector.cs
public readonly struct JsonSchemaResultsCollector.Result
Properties
| Property | Type | Description |
|---|---|---|
| DocumentEvaluationLocation | ReadOnlySpan<byte> |
|
| EvaluationLocation | ReadOnlySpan<byte> |
|
| IsMatch | bool |
|
| Message | ReadOnlySpan<byte> |
|
| SchemaEvaluationLocation | ReadOnlySpan<byte> |
Methods
| Method | Description |
|---|---|
| GetDocumentEvaluationLocationText() | |
| GetEvaluationLocationText() | |
| GetMessageText() | |
| GetSchemaEvaluationLocationText() |
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