simd_json

Function 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.