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

query jsonl output generates bad keys #8

Closed
snystrom opened this issue Nov 3, 2022 · 0 comments · Fixed by #9
Closed

query jsonl output generates bad keys #8

snystrom opened this issue Nov 3, 2022 · 0 comments · Fixed by #9

Comments

@snystrom
Copy link
Contributor

snystrom commented Nov 3, 2022

The current jsonl output of query returns unquoted keys for query_index and matches which does not match the JSON spec. This causes several json parsers to choke on the files. Quoting these keys resolves the issue.

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

Successfully merging a pull request may close this issue.

1 participant