Skip to content

JSON Path update fixes (and others) #27

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

Merged
merged 4 commits into from
Sep 22, 2023

Conversation

gregsdennis
Copy link
Contributor

@gregsdennis gregsdennis commented Sep 21, 2023

After seeing #18, I thought it would be good to review for JSON Path usage.

Of note:

  • dot syntax is only allowed for alphanumeric and underscore
  • parentheses on filter expressions isn't required anymore

I've also found a couple other minor issues.


There is additionally one thing we should probably call out. JSON Path has the ability to return the same node multiple times in the same query. We probably don't want to apply the modifier multiple times to a single location.

@darrelmiller darrelmiller merged commit f5147c9 into OAI:main Sep 22, 2023
@gregsdennis gregsdennis deleted the json-path-updates branch October 11, 2023 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants