@@ -109,19 +109,21 @@ Atomic expressions:
109109
110110Jsonpath operators:
111111
112- +-------------------------------------+------------------------------------------------------------------------------------+
113- | Syntax | Meaning |
114- +=====================================+====================================================================================+
115- | *jsonpath1 * ``. `` *jsonpath2 * | All nodes matched by *jsonpath2 * starting at any node matching *jsonpath1 * |
116- +-------------------------------------+------------------------------------------------------------------------------------+
117- | *jsonpath * ``[ `` *whatever * ``] `` | Same as *jsonpath *\ ``. ``\ *whatever * |
118- +-------------------------------------+------------------------------------------------------------------------------------+
119- | *jsonpath1 * ``.. `` *jsonpath2 * | All nodes matched by *jsonpath2 * that descend from any node matching *jsonpath1 * |
120- +-------------------------------------+------------------------------------------------------------------------------------+
121- | *jsonpath1 * ``where `` *jsonpath2 * | Any nodes matching *jsonpath1 * with a child matching *jsonpath2 * |
122- +-------------------------------------+------------------------------------------------------------------------------------+
123- | *jsonpath1 * ``| `` *jsonpath2 * | Any nodes matching the union of *jsonpath1 * and *jsonpath2 * |
124- +-------------------------------------+------------------------------------------------------------------------------------+
112+ +--------------------------------------+-----------------------------------------------------------------------------------+
113+ | Syntax | Meaning |
114+ +======================================+===================================================================================+
115+ | *jsonpath1 * ``. `` *jsonpath2 * | All nodes matched by *jsonpath2 * starting at any node matching *jsonpath1 * |
116+ +--------------------------------------+-----------------------------------------------------------------------------------+
117+ | *jsonpath * ``[ `` *whatever * ``] `` | Same as *jsonpath *\ ``. ``\ *whatever * |
118+ +--------------------------------------+-----------------------------------------------------------------------------------+
119+ | *jsonpath1 * ``.. `` *jsonpath2 * | All nodes matched by *jsonpath2 * that descend from any node matching *jsonpath1 * |
120+ +--------------------------------------+-----------------------------------------------------------------------------------+
121+ | *jsonpath1 * ``where `` *jsonpath2 * | Any nodes matching *jsonpath1 * with a child matching *jsonpath2 * |
122+ +--------------------------------------+-----------------------------------------------------------------------------------+
123+ | *jsonpath1 * ``wherenot `` *jsonpath2 * | Any nodes matching *jsonpath1 * with a child not matching *jsonpath2 * |
124+ +--------------------------------------+-----------------------------------------------------------------------------------+
125+ | *jsonpath1 * ``| `` *jsonpath2 * | Any nodes matching the union of *jsonpath1 * and *jsonpath2 * |
126+ +--------------------------------------+-----------------------------------------------------------------------------------+
125127
126128Field specifiers ( *field * ):
127129
0 commit comments