mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Replace find with select function as the example of jq-coded functions (#1962)
This commit is contained in:
@@ -1422,7 +1422,7 @@ sections:
|
||||
|
||||
It is also possible to define functions in jq, although this is
|
||||
is a feature whose biggest use is defining jq's standard library
|
||||
(many jq functions such as `map` and `find` are in fact written
|
||||
(many jq functions such as `map` and `select` are in fact written
|
||||
in jq).
|
||||
|
||||
Finally, jq has a `reduce` operation, which is very powerful but a
|
||||
|
||||
Reference in New Issue
Block a user