pub fn from_bytes<'input>( source: &'input [u8], ) -> Result<JSONText<'input>, ParsingError>
Like from_str but for bytes