Skip to content

Commit 6263226

Browse files
committed
✨ add decimal and datetime to JsonPath
1 parent a3097ba commit 6263226

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

EliteAPI/JsonPath.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ public enum JsonType
1313
{
1414
String,
1515
Number,
16-
Boolean
17-
}
16+
Decimal,
17+
Boolean,
18+
DateTime,
19+
}

0 commit comments

Comments
 (0)