unjson 0.0.1

Tools for destructuring JSON data.
use std::result;
use error::Error;

pub type Result<T> = result::Result<T, Error>;