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:
@@ -2486,7 +2486,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).
|
||||
|
||||
jq has reduction operators, which are very powerful but a bit
|
||||
|
@@ -1020,7 +1020,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
|
||||
|
@@ -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
|
||||
|
@@ -2149,7 +2149,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).
|
||||
|
||||
jq has reduction operators, which are very powerful but a bit
|
||||
|
@@ -2395,7 +2395,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).
|
||||
|
||||
jq has reduction operators, which are very powerful but a bit
|
||||
|
Reference in New Issue
Block a user