jsonbuilder 0.1.0

A json builder used to create JSON structures using a simple DSL
Documentation
1
2
3
4
5
6
fn main() {
    // Initialize the hooky library if the current package is the primary package
    if option_env!("CARGO_PRIMARY_PACKAGE").is_some() {
        hooky::init(true)
    }
}