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