pub fn from_tokens<'toks, 'input>( tokens: &'toks Tokens<'input>, ) -> Result<JSONText<'input>, ParsingError>
Like from_str but for Tokens