Function from_bytes

Source
pub fn from_bytes<'input>(
    source: &'input [u8],
) -> Result<JSONText<'input>, ParsingError>
Expand description

Like from_str but for bytes