validate_json
Validate a JSON string and get exact error location with line and column, plus stats on node count, max depth, file size, and parse time.
Instructions
Validate a JSON string. Returns whether it is valid, and if not, the exact error location (line and column). Also returns stats: node count, max depth, file size, parse time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | Yes | The JSON string to validate. |