Function from_tokens

Source
pub fn from_tokens<'toks, 'input>(
    tokens: &'toks Tokens<'input>,
) -> Result<JSONText, ParsingError>