-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Labels
Description
Using the JSONata exerciser at http://try.jsonata.org - not sure which version that is.
data {"7a":33, "a7":55, "7":88}:
7a -> Syntax error: “a”
“7a” -> “7a”
7a -> 33
$.7a -> Syntax error: “a”
$.“7a” -> 33
$.7a -> 33
but:
$.7 -> 88
It seems inconsistent to allow