@@ -126,19 +126,21 @@ Atomic expressions:
126
126
127
127
Jsonpath operators:
128
128
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
+ +--------------------------------------+-----------------------------------------------------------------------------------+
142
144
143
145
Field specifiers ( *field * ):
144
146
0 commit comments