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

added backward stepping paths #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

dazwiafl
Copy link

i needed this addition to navigate through dynamic paths and added a '<<' option to the path to step back.

example:
'path.to.element.$.<<.character.0.' resolves to 'path.to.element.character.0.'

i needed this addition to navigate through paths and added a '<<' option to the path to step back.

example:
'path.to.element.$.<<.character.0._' resolves to 'path.to.element.character.0._'
@deoxxa
Copy link
Owner

deoxxa commented Mar 31, 2016

@dazwiafl
Copy link
Author

@deoxxa i had to convert a big xml to json, which i have to search for certain key/value pairs recursively. after finding the key/value pairs, i've to step back one level in the object to find the values i'm really looking for...

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.

None yet

2 participants