Allow processing of a stream of separate JSON elements
See #11
+1, this would allow jp to work with ndjson. I'd even argue that this should be the default behavior of jp, rather than hidden behind a flag. This is how jq works.
+1, and I agree this should be the default behavior.
Now available in https://github.com/go-jsonfile/jp/releases/tag/v0.1.5
Heh, well, if we're saying that, it's been available at https://github.com/wryun/jp for a few years now (with other useful additions) :)
EDIT: not to say it wouldn't be a good thing if someone picked up jp and started maintaining it, which I'm definitely not going to do. Good luck!
+1, this would allow
jpto work with ndjson. I'd even argue that this should be the default behavior ofjp, rather than hidden behind a flag. This is howjqworks.
+1, and I agree this should be the default behavior.
Now available in https://github.com/go-jsonfile/jp/releases/tag/v0.1.5
Also available as the default behavior in jpp, an extended superset of the jp command: https://github.com/jmespath/jp/pull/30