Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dot Notation With Key Root Literal #39

Open
SoftCreatR opened this issue Nov 2, 2020 · 0 comments
Open

Dot Notation With Key Root Literal #39

SoftCreatR opened this issue Nov 2, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed

Comments

@SoftCreatR
Copy link
Owner

SoftCreatR commented Nov 2, 2020

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

@SoftCreatR SoftCreatR added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Nov 2, 2020
@SoftCreatR SoftCreatR added enhancement New feature or request and removed bug Something isn't working labels Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant