dchester / jsonpath

Query and manipulate JavaScript objects with JSONPath expressions. Robust JSONPath engine for Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Union should be supported

sashahavia opened this issue · comments

I am trying to run union queries such as $['store']['book'][*]['author','price'] and it does not work

It works here though: Jayway JsonPath Evaluator

This is a duplicate the issue already exists #131