Skip to content

Union With Wildcard And Number #61

@SoftCreatR

Description

@SoftCreatR

Test Data:

[
   "first",
   "second",
   "third",
   "forth",
   "fifth"
]

Selector:

$[*,1]

Resul:

Unable to parse token *,1 in expression: [*,1]

Expected result (Proposal A):

[
   "first",
   "second",
   "third",
   "forth",
   "fifth",
   "second"
]

https://cburgmer.github.io/json-path-comparison/results/union_with_wildcard_and_number.html

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions