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

Nested keys #3

Closed
3 tasks done
cl3wis opened this issue Nov 13, 2017 · 0 comments
Closed
3 tasks done

Nested keys #3

cl3wis opened this issue Nov 13, 2017 · 0 comments
Milestone

Comments

@cl3wis
Copy link
Owner

cl3wis commented Nov 13, 2017

Allow a list of strings to be passed to JsonPydexer.index() in the first positional argument.
EG ["personInfo", "contact", "phone"] would access "555-555-5555":

{
    personInfo: {
        contact: {
            phone: "555-555-5555"
        }
    }
}
  • Add or identify test data
  • Write the tests
  • Pass the tests
@cl3wis cl3wis added this to the 0.1.0 milestone Nov 20, 2017
@cl3wis cl3wis closed this as completed Nov 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant