Skip to content

Commit

Permalink
json_lite file size
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyFart committed Oct 16, 2024
1 parent 0442663 commit 0faa6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Logic/Builders/JsonLiteBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public override void Write(Utf8JsonWriter writer, TempFile value, JsonSerializer
writer.WriteString(nameof(value.Directory), value.Directory);
writer.WriteString(nameof(value.FullName), value.FullName);
writer.WriteString(nameof(value.FilePath), value.FilePath);
writer.WriteString(nameof(value.Size), value.Size.ToString());
writer.WriteEndObject();
}
}
Expand Down

0 comments on commit 0faa6e4

Please sign in to comment.