Struct extra::json::Parser

pub struct Parser<T> {
    priv rdr: ~T,
    priv ch: char,
    priv line: uint,
    priv col: uint,
}

Methods

impl<T: std::iter::Iterator> Parser<T>

fn parse(&mut self) -> std::result::Result