mirror of
https://github.com/usebruno/bruno.git
synced 2025-03-11 04:48:30 +01: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
|
||||
```js
|
||||
get(data, '..items[?].amount', i => i.amount + 10)
|
||||
get(data, '..items..amount[?]', amt => amt + 10)
|
||||
```
|
||||
|
||||
### Publish to Npm Registry
|
||||
|
Loading…
Reference in New Issue
Block a user