validate_json_2
Validate if a string is valid JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_string | Yes | JSON string to validate |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| error | No | ||
| valid | Yes | ||
| error_line | No | ||
| error_column | No | ||
| error_position | No |