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