pub fn to_tape(s: &mut [u8]) -> Result<Tape<'_>>
Creates a tape from the input for later consumption
Will return Err if s is invalid JSON.
Err
s