I'd like to pass data to jonq from a pipe. In this example I'd most likely be getting the response back from an api of some sort. no need to create a temp file just to call jonq. ```shell cat file.json | jonq 'select * where key == value' ```