agourlay/cornichon

JsonPath basic array aggregation

Closed this issue · 1 comments

It might be possible to support basic array aggregation through JsonPath.

For instance:

body.path("shop.books[*].name") would return an array containing the books names.

fixed in 0.12.3