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

Have an option to output JSONL output instead of JSON #19

Open
maaaaz opened this issue Jun 4, 2022 · 0 comments
Open

Have an option to output JSONL output instead of JSON #19

maaaaz opened this issue Jun 4, 2022 · 0 comments

Comments

@maaaaz
Copy link

maaaaz commented Jun 4, 2022

@ropnop,

JSONL (JSON lines) is often more convenient to parse instead of a regular JSON structure.

I know it is quite easy to convert JSON to JSONL, by piping jq -c '.[]' after the windapsearch command, but relying on an external program (which is not installed by default) and having to type a longer command (prone to error) is not convenient.

Cheers !

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