Skip to content
#

json-query-engine

Here are 5 public repositories matching this topic...

JohannesLichtenberger
JohannesLichtenberger commented Jan 29, 2022

Implementation of the DerefDescendantExpr currently is a copy of an old version of the DerefExpr, which drilled down into arrays and lookups the right operand for the objects in this array. Now the semantics for ==>foobar should be that it drills down into objects as well and to find values of objects, which have a foobar field in a predorder traversal.

Improve this page

Add a description, image, and links to the json-query-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the json-query-engine topic, visit your repo's landing page and select "manage topics."

Learn more