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

dot(), selector() and other 'abstracted tools' for dealing with Python dict keys #2

Open
gregglind opened this issue Dec 29, 2011 · 0 comments

Comments

@gregglind
Copy link
Owner

Python, unlike json, can have any hashable object as a key in it's dicts. If we want to expand from jsonable data to general Simple Data Structures (SDS), then we need ways of dealing with them in selectors.

Proposal

  • dot()
  • selector()

and other classes that are slightly more abstract.

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

No branches or pull requests

1 participant