mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-01-28 22:01:55 +00:00
[JSON] Skip validation (#499)
This commit is contained in:
@@ -21,7 +21,8 @@ namespace DiscordChatExporter.Domain.Exporting.Writers
|
||||
_writer = new Utf8JsonWriter(stream, new JsonWriterOptions
|
||||
{
|
||||
Encoder = JavaScriptEncoder.UnsafeRelaxedJsonEscaping,
|
||||
Indented = true
|
||||
Indented = true,
|
||||
SkipValidation = true
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user