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

Creates a tape from the input for later consumption

Errors

Will return Err if s is invalid JSON.