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

Provide an generator function for the iterative parser #26

Open
rossengeorgiev opened this issue Jan 10, 2020 · 0 comments
Open

Provide an generator function for the iterative parser #26

rossengeorgiev opened this issue Jan 10, 2020 · 0 comments

Comments

@rossengeorgiev
Copy link
Contributor

  1. This would be useful for parsing large files. Avoid using a ton of memory, especially when only a small section of the file is needed
  2. function that yields tuple of key path and valuie
  3. function that user can provide a target key path, and it will return a mapper for everything under that location
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