Trait tomson::JsonSrc [] [src]

pub trait JsonSrc {
    fn parse(&mut self) -> Result<Json, ParserError>;
}

Represents an Json input source

Required Methods

attempt to parse source into Json value

Implementors