1
2
3
4
//! This library provides an extension object for [serde_json](crates.io/crates/serde_json) crate.

mod object;
pub use object::*;