From 7921bfe7d2b42b85e28e5f947ebbcbd788e90df9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jul 2023 05:28:27 +0000 Subject: Update website --- manual/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/index.html b/manual/index.html index 81eb3c35..15a00fe7 100644 --- a/manual/index.html +++ b/manual/index.html @@ -1981,7 +1981,7 @@ map_values(empty) #=> []

pick(pathexps) -

Emit the projection of the input object or array defined by the specified +

Emit the projection of the input object or array defined by the specified sequence of path expressions, such that if p is any one of these specifications, then (. | p) will evaluate to the same value as (. | pick(pathexps) | p). For arrays, negative indices and .[m:n] specifications should not be used.

-- cgit v1.2.3