File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ Jsonpath operators:
99
99
+-------------------------------------+------------------------------------------------------------------------------------+
100
100
| *jsonpath1 * ``where `` *jsonpath2 * | Any nodes matching *jsonpath1 * with a child matching *jsonpath2 * |
101
101
+-------------------------------------+------------------------------------------------------------------------------------+
102
-
103
- Also *jsonpath1 * ``| `` *jsonpath2 * for union (but I have not convinced
104
- Github-Flavored Markdown to allow me to put that in a table)
102
+ | *jsonpath1 * ``| `` *jsonpath2 * | Any nodes matching the union of *jsonpath1 * and *jsonpath2 * |
103
+ +-------------------------------------+------------------------------------------------------------------------------------+
105
104
106
105
Field specifiers ( *field * ):
107
106
You can’t perform that action at this time.
0 commit comments