Skip to content

Commit

Permalink
Merge pull request #16 from owasp-dep-scan/fix/issue-12
Browse files Browse the repository at this point in the history
Remove JSON indentation to decrease output file size
  • Loading branch information
timmyteo committed Jan 22, 2024
2 parents 37558d2 + 0ab4873 commit 841e5f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dosai/Dosai.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public static class Dosai
{
private static readonly JsonSerializerOptions options = new()
{
WriteIndented = true,
Encoder = System.Text.Encodings.Web.JavaScriptEncoder.UnsafeRelaxedJsonEscaping,
DefaultIgnoreCondition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull
};
Expand Down

0 comments on commit 841e5f9

Please sign in to comment.