Proposal A discussion points #12
Labels
comparison
This issue relates to https://cburgmer.github.io/json-path-comparison/
question
Further information is requested
Issues raised
Applying filters to objects
Raised cburgmer/json-path-comparison#41.
See:
Multiplication, division, and scripting
Raised cburgmer/json-path-comparison#42.
See these examples where an operator is not treated as part of key:
Proposal A lists multiplication and division as "to dos". Is this the thin end of the wedge for scripting?
Dot notation without root
Raised cburgmer/json-path-comparison#45.
Leading zeroes in numeric literals
Raised cburgmer/json-path-comparison#46.
Duplicates in filter results
Raised cburgmer/json-path-comparison#47.
See:
### Typo fix
Raised cburgmer/json-path-comparison#48.
Issues not raised
&&
usually binds more tightly than||
(and seems to be the case in JavaScript), but:If implementors can't agree pretty unanimously that
&&
binds more tightly than||
, then we can't expect users to expect that. So Proposal A's behaviour of failing to compile the path is a good option.The text was updated successfully, but these errors were encountered: