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.
decimal
datetime
JsonPath
1 parent a3097ba commit 6263226Copy full SHA for 6263226
1 file changed
EliteAPI/JsonPath.cs
@@ -13,5 +13,7 @@ public enum JsonType
13
{
14
String,
15
Number,
16
- Boolean
17
-}
+ Decimal,
+ Boolean,
18
+ DateTime,
19
+}
0 commit comments