Replies: 2 comments 1 reply
-
| 
 We allow  
 
 
 Explicit comparison to  is equivalent to  | 
Beta Was this translation helpful? Give feedback.
-
| re :  Did you mean @.thing != undefined?  Assuming you want to select the value for the "thing" property in  the  | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The JSON spec explicitly defines its literal values as:
I'm curious then why you are allowing
False, Null, and True.What is the use-case for this?Also:
nil, Nil, none, NoneWhat is the use-case for allowing these synonyms for
null, and with multiple initial capitalizationd? I don't have insight into what "most people" are doing with JSON Path; are these common in other implementations in other languages?Finally,
undefined, missingHow are these being used in queries?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions