Skip to content

Support json path with wildcard with On-Demand #2306

@PHILO-HE

Description

@PHILO-HE

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions