Skip to content
Prev Previous commit
Next Next commit
ns
  • Loading branch information
StefH committed Nov 15, 2025
commit e70bc42055d51bff30934ca5d3cabd9a09f8d552
2 changes: 2 additions & 0 deletions src/System.Linq.Dynamic.Core.SystemTextJson/JsonValueInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
using System.Text.Json;

namespace System.Linq.Dynamic.Core.SystemTextJson;

internal readonly struct JsonValueInfo(JsonValueKind type, object? value)
{
public JsonValueKind Type { get; } = type;
Expand Down
Loading