Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for application/json-seq #180

Open
mdub opened this issue Jun 1, 2018 · 1 comment
Open

Please add support for application/json-seq #180

mdub opened this issue Jun 1, 2018 · 1 comment

Comments

@mdub
Copy link

mdub commented Jun 1, 2018

rq is awesome!

However, I haven't worked out a way to get it to process (RFC 7464) application/json-seq input streams, along the lines of jq --seq. Such support would be extremely useful.

@mdub
Copy link
Author

mdub commented Jun 4, 2018

For now, I have a decent work-around: stripping RS characters prior to processing with rq:

input | perl -pe 's/\036//g' | rq ...

Not ideal, but workable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant