We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee9dea commit e70bc42Copy full SHA for e70bc42
1 file changed
src/System.Linq.Dynamic.Core.SystemTextJson/JsonValueInfo.cs
@@ -1,5 +1,7 @@
1
using System.Text.Json;
2
3
+namespace System.Linq.Dynamic.Core.SystemTextJson;
4
+
5
internal readonly struct JsonValueInfo(JsonValueKind type, object? value)
6
{
7
public JsonValueKind Type { get; } = type;
0 commit comments