validator_validate_json
Validate JSON strings and verify required keys exist. Returns validity status, parsed data, type, and error reason.
Instructions
[validator] Validate a JSON string. Returns {valid: bool, parsed: any, type: str, reason: str}. Optionally check that specific keys exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| required_keys | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |