Skip to content

Commit e70bc42

Browse files
committed
ns
1 parent bee9dea commit e70bc42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/System.Linq.Dynamic.Core.SystemTextJson/JsonValueInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using System.Text.Json;
22

3+
namespace System.Linq.Dynamic.Core.SystemTextJson;
4+
35
internal readonly struct JsonValueInfo(JsonValueKind type, object? value)
46
{
57
public JsonValueKind Type { get; } = type;

0 commit comments

Comments
 (0)