validator_validate_json
Validate JSON strings for syntax and structure, optionally verifying required keys exist. Returns validation results with parsed data and error details.
Instructions
[validator] Validate a JSON string. Returns {valid: bool, parsed: any, type: str, reason: str}. Optionally check that specific keys exist.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| required_keys | No |