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