//! Holochain Json Api
//! This crate defines apis for extended json serde features, including
//! basic support for a `DefaultJson` deriving macro
extern crate futures;
extern crate serde;
extern crate serde_json;
extern crate serde_derive;
extern crate holochain_json_derive;
extern crate shrinkwraprs;