Extract all JSON objects/arrays from a mixed content string. Handles cases like: - Plain text before JSON: "some text {...}" - Multiple JSONs concatenated: '{"a":1}{"b":2}' - Text between JSONs: '{...} text {...}' Returns list of (start, end, parsed_json) tuples.
(content: str)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected