JsonSourceGenerationOptionsAttribute
Instructs the System.Text.Json source generator to assume the specified
options will be used at run time via JsonSerializerOptions.
Specifies the default ignore condition.
Specifies the source generation mode for types that don't explicitly set the mode with GenerationMode.
Specifies whether to ignore read-only fields.
Specifies whether to ignore read-only properties.
Specifies whether to include fields for serialization and deserialization.
Specifies a built-in naming polices to convert JSON property names with.
Specifies whether JSON output should be pretty-printed.
public JsonSourceGenerationOptionsAttribute()