graft 0.1.3

json tree builder
Documentation
#[macro_use]
extern crate serde_json;

#[cfg(test)]
#[macro_use]
extern crate pretty_assertions;

mod context;
mod convert;
mod section;
mod table_format;

pub use crate::context::*;
pub use crate::convert::convert;