skyhook-io/Skyhook JSON Validator

Validates JSON files or strings, fails with clear error on malformed input

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
json_stringJSON string to validate (takes precedence over json_file)no
json_filePath to JSON file to validateno
schema_fileOptional JSON schema file for validationno
namedescription
validWhether the JSON is valid (true/false)
errorError message if validation failed
parsedThe parsed JSON content (if valid)