mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Update website
This commit is contained in:
@@ -2032,7 +2032,7 @@ at all.</p>
|
||||
that the former simply forms an array from all the values of
|
||||
<code>($x|f)</code> for each value, $x, in the input array or object,
|
||||
but <code>map_values(f)</code> only uses <code>first($x|f)</code>.</p>
|
||||
<p>Specifically, for object inputs, <code>map_value(f)</code> constructs
|
||||
<p>Specifically, for object inputs, <code>map_values(f)</code> constructs
|
||||
the output object by examining in turn the value of
|
||||
<code>first(.[$k]|f)</code> for each key, $k, of the input. If this
|
||||
expression produces no values, then the corresponding key
|
||||
|
||||
Reference in New Issue
Block a user