fn parse_items<T: DeserializeOwned>( body: &[u8], ) -> Result<Vec<T>, (String, String)>
Parses per element so the message can name the offending index, which serde’s line and column cannot.