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

Validate against remote file #109

Open
mainrs opened this issue Apr 27, 2018 · 1 comment
Open

Validate against remote file #109

mainrs opened this issue Apr 27, 2018 · 1 comment

Comments

@mainrs
Copy link

mainrs commented Apr 27, 2018

Since there are websites that host schemas for all kinds of json files (schemastore.org ), it might be a good idea to support URL validation, e.g.: jsonlint jsonfile.json -V http://json.schemastore.org/babelrc.

@prantlf
Copy link

prantlf commented Jun 16, 2019

While technically possible, providing the set of developer tools usually present on any machine, not necessary. If you use curl or wget, you can pipe the output to any tool, which does not support HTTP input:

curl -s http://json.schemastore.org/babelrc | jsonlint

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

2 participants