Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
twoojoo committed Feb 10, 2024
1 parent 6b4535f commit 6bd3cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jsjq '.data.compact()' '{ "data": [1, 2, 2, 3] }'
# output: [ 1, 2, 3 ]
```

> NOTE: custom methods are not available for transformed object and array
NOTE:
custom methods are not available for transformed objects and arrays

```bash
jsjq '.data.map(x => x).compact()' '{ "data": [1, 2, 2, 3] }'
Expand Down

0 comments on commit 6bd3cfe

Please sign in to comment.