1 implementation of Value
Shared.Tests (1)
JsonSchemaExporter\TestData.cs (1)
25object? ITestData.Value => Value;
1 reference to Value
Shared.Tests (1)
JsonSchemaExporter\JsonSchemaExporterTests.cs (1)
47JsonNode? instance = JsonSerializer.SerializeToNode(testData.Value, testData.Type, options);