Skip to content

Comments

Added support for dot notation for attribute names containing a colon#41

Closed
mmorga wants to merge 1 commit intojoshbuddy:masterfrom
mmorga:fix_broken_key_name_scanner
Closed

Added support for dot notation for attribute names containing a colon#41
mmorga wants to merge 1 commit intojoshbuddy:masterfrom
mmorga:fix_broken_key_name_scanner

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.

2 participants