This repository was archived by the owner on Mar 10, 2022. It is now read-only.
forked from joshbuddy/jsonpath
-
Notifications
You must be signed in to change notification settings - Fork 0
merge original to fork #1
Open
fatal10110
wants to merge
145
commits into
gtforge:master
Choose a base branch
from
joshbuddy:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This fixes a bug where an unclosed bracket led to infinite loop.
Detect unmatched brackets
Path join feature
Update env path, since /usr/local/env not always be availalbe
….: $.node[?(@.child.child == 'value')]
…ement to [] and changed if statement
…10)]: added todo statement to think more about this kind of evals, because hash accessor can return nil and nil cannot be compared with binary operators <> also fixed tests
Added possibility to watch over multiple children nodes in sub query
add simplecov test coverage
Just a regular Readme Update.
Allows using paths on documents that use sigils to namespace meta data or common fields such as JSON-LD
Support '@' and '$' as part of member names
* Working on replacing eval with send. * Removed the need for eval. * Added one more operation. Now on to removing the identifiers. * Working on it * Completely eliminated the use of Eval. * Removed begin rescue. * Added dig * Removed eval. * Added support for && and || operations.
Jsonpath with keyname $ not working
fix: Parser hangs on mid-string line feed character
skip when node size is zero
Add test coverage for Ruby 3.0, 3.1 and 3.2
To filter elements of an array with unknown name / Add ruby versions for test cases
Fix issue #141: nesting of 101 too deep
Update member name regexp to support UTF8 alphanumeric characters
#162 : symbolize_keys option doesn't work as the README says
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.