winops_json_extract_from_text
Extract all valid JSON objects and arrays from unstructured text, returning a success flag and the found items.
Instructions
Extract all valid JSON objects/arrays found in unstructured text.
Return Format
{"success": true, "found": int, "items": [any]}Examples
extract_from_text(text="log output: {\"status\": 200} and more text")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Unstructured text that may contain JSON blobs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||