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