thedevsaddam / gojsonq

A simple Go package to Query over JSON/YAML/XML/CSV Data
https://github.com/thedevsaddam/gojsonq/wiki
MIT License
2.18k stars 140 forks source link

Add support for JSON stream loaded #12

Closed msyrus closed 4 years ago

msyrus commented 6 years ago

Without loading the full json into memory there should be an option to process json in a stream for large documents.