File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ usage() {
108108 echo " pattern - the JSONPath query. Defaults to '$.*' if not supplied."
109109 # echo "-s - Remove escaping of the solidus symbol (straight slash)."
110110 echo " -b - Brief. Only show values."
111- echo " -j - JSON ouput ."
111+ echo " -j - JSON output ."
112112 echo " -u - Strip unnecessary leading path elements."
113113 echo " -i - Case insensitive."
114114 echo " -p - Pass-through to the JSON parser."
Original file line number Diff line number Diff line change 222222| $ | Y | the root object/element (optional) |
223223| @ | Y | the current object/element |
224224| . or [ ] | Y | child operator. |
225- | .. | Y | recusive descent. |
225+ | .. | Y | recursive descent. |
226226| * | Y | wildcard. All objects/elements regardless their names. |
227227| [ ] | Y | subscript operator. |
228228| [ ,] | Y | node sets. |
You can’t perform that action at this time.
0 commit comments