mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-26 23:11:32 +02:00
Merge remote-tracking branch 'origin/main' into feat/cli-improvements
This commit is contained in:
commit
642413e35c
@ -24,7 +24,7 @@ get(data, '..items[?]', { id: 2, amount: 20 })
|
|||||||
```
|
```
|
||||||
Array mapping [?] with corresponding mapper function
|
Array mapping [?] with corresponding mapper function
|
||||||
```js
|
```js
|
||||||
get(data, '..items[?].amount', i => i.amount + 10)
|
get(data, '..items..amount[?]', amt => amt + 10)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Publish to Npm Registry
|
### Publish to Npm Registry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user