jq.py
jq.py copied to clipboard
Document an example how to get output equivalent to `jq --stream`
I'm reading https://jqlang.github.io/jq/manual/ and looks like jq --stream is what I need. How can I achieve it with this library? It would be nice to have an example in docs (README?)