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:
9999+-------------------------------------+------------------------------------------------------------------------------------+
100100| *jsonpath1 * ``where `` *jsonpath2 * | Any nodes matching *jsonpath1 * with a child matching *jsonpath2 * |
101101+-------------------------------------+------------------------------------------------------------------------------------+
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+ +-------------------------------------+------------------------------------------------------------------------------------+
105104
106105Field specifiers ( *field * ):
107106
You can’t perform that action at this time.
0 commit comments