Is your feature request related to a problem? Please describe.
The simdjson lib doesn't support json path with wildcard to indicate extracting all array elements, e.g., use "$.hello[*]" for extracting [1,3,5] from json string {"hello": [1,3,5]})".
Describe the solution you'd like
This case looks common and may deserve to get supported in simdjson.