validation_is_json
Checks if a string contains valid JSON, returning a boolean result for parsing validation. Use it to verify JSON text before processing or storing it.
Instructions
Check whether a string is valid JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |