What is Malformed JSON Response?
A malformed JSON response occurs when a target server returns a payload that claims to be JSON but fails standard parsing. For data pipelines, this usually manifests as a fatal syntax error during the extraction phase. It happens due to network truncation, backend application errors leaking into the output, or deliberate anti-bot poisoning designed to crash naive scrapers.