1
2
3
4
5
6
7
8
9
extern crate rustc_serialize;

mod json_flex;
pub use json_flex::decode;
pub use json_flex::Unwrap;
pub use json_flex::JFObject;

#[cfg(test)]
mod test;