Struct extra::json::Error

pub struct Error {
    line: uint,
    col: uint,
    msg: @~str,
}

If an error occurs while parsing some JSON, this is the structure which is returned

Trait Implementations

impl std::cmp::Eq for Error

fn eq(&self, __arg_0: &Error) -> bool

fn ne(&self, __arg_0: &Error) -> bool

impl std::to_str::ToStr for Error

fn to_str(&self) -> ~str