Skip to content

Commit

Permalink
readme: note some math functions are missing
Browse files Browse the repository at this point in the history
  • Loading branch information
eiiches committed Aug 7, 2021
1 parent 36a2b4f commit 5ee025b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ This table illustrates which features (picked from jq-1.5 manual) are supported
|     • [`foreach`](https://stedolan.github.io/jq/manual/v1.5/#foreach) ||
|     • [Recursion](https://stedolan.github.io/jq/manual/v1.5/#Recursion) ||
|     • [Generators and iterators](https://stedolan.github.io/jq/manual/v1.5/#Generatorsanditerators) ||
| [Math](https://stedolan.github.io/jq/manual/v1.5/#Math) | |
| [Math](https://stedolan.github.io/jq/manual/v1.5/#Math) |<sup>*10</sup> |
| [I&#47;O](https://stedolan.github.io/jq/manual/v1.5/#I&#47;O) | N/A |
| &nbsp;&nbsp;&nbsp;&nbsp;&bull; [`input`](https://stedolan.github.io/jq/manual/v1.5/#input) | N/A |
| &nbsp;&nbsp;&nbsp;&nbsp;&bull; [`inputs`](https://stedolan.github.io/jq/manual/v1.5/#inputs) | N/A |
Expand Down Expand Up @@ -228,6 +228,8 @@ This table illustrates which features (picked from jq-1.5 manual) are supported

*9) `"x" | indices("")` always returns an empty array in jackson-jq. The behavior is in line with jq after [2660b04](https://github.com/stedolan/jq/commit/2660b04a731568c54eb4b91fe811d81cbbf3470b) commit, but differs from how jq-1.5 and jq-1.6 behave.

*10) Not all math functions are available.

Using jackson-jq-extra module
-----------------------------

Expand Down

0 comments on commit 5ee025b

Please sign in to comment.