@@ -126,19 +126,21 @@ Atomic expressions:
126126
127127Jsonpath operators:
128128
129- +-------------------------------------+------------------------------------------------------------------------------------+
130- | Syntax | Meaning |
131- +=====================================+====================================================================================+
132- | *jsonpath1 * ``. `` *jsonpath2 * | All nodes matched by *jsonpath2 * starting at any node matching *jsonpath1 * |
133- +-------------------------------------+------------------------------------------------------------------------------------+
134- | *jsonpath * ``[ `` *whatever * ``] `` | Same as *jsonpath *\ ``. ``\ *whatever * |
135- +-------------------------------------+------------------------------------------------------------------------------------+
136- | *jsonpath1 * ``.. `` *jsonpath2 * | All nodes matched by *jsonpath2 * that descend from any node matching *jsonpath1 * |
137- +-------------------------------------+------------------------------------------------------------------------------------+
138- | *jsonpath1 * ``where `` *jsonpath2 * | Any nodes matching *jsonpath1 * with a child matching *jsonpath2 * |
139- +-------------------------------------+------------------------------------------------------------------------------------+
140- | *jsonpath1 * ``| `` *jsonpath2 * | Any nodes matching the union of *jsonpath1 * and *jsonpath2 * |
141- +-------------------------------------+------------------------------------------------------------------------------------+
129+ +--------------------------------------+-----------------------------------------------------------------------------------+
130+ | Syntax | Meaning |
131+ +======================================+===================================================================================+
132+ | *jsonpath1 * ``. `` *jsonpath2 * | All nodes matched by *jsonpath2 * starting at any node matching *jsonpath1 * |
133+ +--------------------------------------+-----------------------------------------------------------------------------------+
134+ | *jsonpath * ``[ `` *whatever * ``] `` | Same as *jsonpath *\ ``. ``\ *whatever * |
135+ +--------------------------------------+-----------------------------------------------------------------------------------+
136+ | *jsonpath1 * ``.. `` *jsonpath2 * | All nodes matched by *jsonpath2 * that descend from any node matching *jsonpath1 * |
137+ +--------------------------------------+-----------------------------------------------------------------------------------+
138+ | *jsonpath1 * ``where `` *jsonpath2 * | Any nodes matching *jsonpath1 * with a child matching *jsonpath2 * |
139+ +--------------------------------------+-----------------------------------------------------------------------------------+
140+ | *jsonpath1 * ``wherenot `` *jsonpath2 * | Any nodes matching *jsonpath1 * with a child not matching *jsonpath2 * |
141+ +--------------------------------------+-----------------------------------------------------------------------------------+
142+ | *jsonpath1 * ``| `` *jsonpath2 * | Any nodes matching the union of *jsonpath1 * and *jsonpath2 * |
143+ +--------------------------------------+-----------------------------------------------------------------------------------+
142144
143145Field specifiers ( *field * ):
144146
0 commit comments