vdf icon indicating copy to clipboard operation
vdf copied to clipboard

Provide an generator function for the iterative parser

Open rossengeorgiev opened this issue 4 years ago • 0 comments

  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

rossengeorgiev avatar Jan 10 '20 22:01 rossengeorgiev