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

Updated jsonpath #2474

Merged
merged 1 commit into from
Jan 25, 2019
Merged

Updated jsonpath #2474

merged 1 commit into from
Jan 25, 2019

Conversation

Skarlso
Copy link
Contributor

@Skarlso Skarlso commented Jan 25, 2019

Updated version of JsonPath to include a fix to error handling.
Also added the ability to parse complex logical expressions like this one:

$..book[?((@['author'] == 'Evelyn Waugh' || @['author'] == 'Herman Melville' && (@['price'] == 33 || @['price'] == 9))]

Lovely.

As always, it should all be backwards compatible until ruby 2.1.9 I believe.

Handles #2465.

@dsander
Copy link
Collaborator

dsander commented Jan 25, 2019

Awesome, thank you!

@dsander dsander merged commit 4670e63 into huginn:master Jan 25, 2019
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