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

Mention a more performant JSON validator #241

Merged
merged 2 commits into from
May 15, 2024

Conversation

andrewpollock
Copy link
Collaborator

It does users a disservice to direct them to check-jsonschema in the first instance.

check-jsonschema is incredibly slow (probably because of Python interpreter startup time) when run in a loop on multiple files.

It does users a disservice to direct them to `check-jsonschema` in the first instance.

`check-jsonschema` is incredibly slow (probably because of Python interpreter startup time) when run in a loop on multiple files.

Signed-off-by: Andrew Pollock <andrewpollock@users.noreply.github.com>
Clarify that the validation is a non-exhaustive example and link to more options.

Signed-off-by: Andrew Pollock <andrewpollock@users.noreply.github.com>
@andrewpollock andrewpollock requested a review from oliverchang May 15, 2024 00:15
@oliverchang oliverchang merged commit f5807ed into ossf:main May 15, 2024
1 check passed
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 this pull request may close these issues.

2 participants