Function simd_json::to_tape

source ·
pub fn to_tape(s: &mut [u8]) -> Result<Tape<'_>>
Expand description

Creates a tape from the input for later consumption

§Errors

Will return Err if s is invalid JSON.