Skip to content

Commit

Permalink
#H5IS
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Feb 5, 2024
1 parent 8aa7de0 commit 58c34a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Skybrud.Essentials.Json.Newtonsoft.Converters;
/// <summary>
/// JSON converter for serializing and deserializing instances of <see cref="JsonObjectBase"/>.
/// </summary>
internal class JsonObjectBaseConverter : JsonConverter {
public class JsonObjectBaseConverter : JsonConverter {

/// <inheritdoc />
public override void WriteJson(JsonWriter writer, object? value, JsonSerializer serializer) {
Expand Down

0 comments on commit 58c34a7

Please sign in to comment.