“It’s structured data — JSON/XML”
Third-party responses are machine-generated, structured, and typed — so developers assume the values are safe. But the format being JSON doesn’t mean the values are safe for SQL queries, HTML rendering, or log processing. A JSON string field can contain SQL injection, XSS payloads, or JNDI lookup strings.