1 write to IndentCharacter
System.Text.Json (1)
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
1056
IndentCharacter
= IndentCharacter,
1 reference to IndentCharacter
System.Text.Json (1)
System\Text\Json\Writer\Utf8JsonWriter.cs (1)
269
_indentByte = (byte)_options.
IndentCharacter
;