On Apr 10, 2024, at 10:29, Peter Eisentraut <pe...@eisentraut.org> wrote:

> So the whole thing is
> 
> <JSON path literal> <period> <JSON path key name>
> 
> The syntax of <JSON path literal> and <JSON path key name> is then punted to 
> ECMAScript 5.1.
> 
> 0x2 is a HexIntegerLiteral.  (There can be no dots in that.)
> 
> p10 is an Identifier.
> 
> So I think this is all correct.

That makes sense, thanks. It’s just a little odd to me that the resulting path 
isn’t a query at all. To Erik’s point: what path can `'0x2.p10` even select?

Best,

David



Reply via email to