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 support for dot notation for attribute names containing a colon #41

Closed
wants to merge 1 commit into from

Conversation

mmorga
Copy link

@mmorga mmorga commented Aug 10, 2016

This update adds support for JSON Paths in dot notation with a colon in the name. For example:

$.meta.dc:contributor

for:

{
  "meta": {
    "dc:contributor": "Someone Special"
  }
}

Skarlso added a commit to Skarlso/jsonpath that referenced this pull request May 1, 2017
@Skarlso Skarlso closed this May 1, 2017
Skarlso added a commit that referenced this pull request May 2, 2017
* A lot of refactoring and addresses pull #39 and #41.

* Closes #44 and Closes #30.

* Bumped version.

* Updated readme.
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