skyhook-io/Skyhook JSON Validator
Validates JSON files or strings, fails with clear error on malformed input
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| json_string | JSON string to validate (takes precedence over json_file) | no | — |
| json_file | Path to JSON file to validate | no | — |
| schema_file | Optional JSON schema file for validation | no | — |
Outputs
| name | description |
|---|---|
| valid | Whether the JSON is valid (true/false) |
| error | Error message if validation failed |
| parsed | The parsed JSON content (if valid) |