1 write to DefaultValue
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonParameterInfo.cs (1)
22
DefaultValue
= parameterInfoValues.HasDefaultValue ? parameterInfoValues.DefaultValue : null;
1 reference to DefaultValue
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
248
propertySchema.DefaultValue = JsonSerializer.SerializeToNode(parameterInfo.
DefaultValue
, property.JsonTypeInfo);