parse_partial_json
Parse and validate incomplete JSON fragments to extract structured data from partial inputs, enabling reliable data extraction from incomplete sources.
Instructions
Best-effort parse partial JSON, then validate the parsed fragment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| partial_json | Yes | ||
| allow_partial | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | ||
| artifacts | No | ||
| diagnostics | No | ||
| resolved_target | No |