pub fn read( read: &mut PeekRead<impl Read>, max_size: usize, ) -> Result<(Text, Result<AttributeValue>)>
Read the attribute without validating. The result may be Ok even if this single attribute is invalid.
Ok