validate_json
Check if a string contains valid JSON without modifying it, so you can catch syntax errors before parsing or processing.
Instructions
Check whether a string is valid JSON without modifying it.
Args: json_text: The text to validate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_text | Yes |