Function simd_json::to_tape[][src]

pub fn to_tape(s: &mut [u8]) -> Result<Vec<Node<'_>>>

Creates a tape from the input for later consumption

Errors

Will return Err if s is invalid JSON.