validate_jsonc
Validate JSONC from local files or strings, accepting comments and trailing commas without external calls.
Instructions
Parse JSONC (comments + trailing commas) and validate. Local files/strings only. Does not fetch URLs or contact external services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Raw JSON/JSONC string (alternative to filePath). | |
| filePath | No | Local JSON/JSONC file path. |