Skip to content

Dot Notation With Key Root Literal #39

Open
@SoftCreatR

Description

@SoftCreatR

Test Data:

{
   "key":"value",
   "another key":{
      "complex":"string",
      "primitives":[
         0,
         1
      ]
   }
}

Selector:

$..[*]

Result:

Unable to parse token $ in expression: .$

Expected result (Proposal A):

[
  "value"
]

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions