hjson2json 0.1.0

Json wrapper for deprecated Hjson
Documentation
1
2
3
4
5
6
error_chain! {
    foreign_links {
        Json(::serde_json::Error);
        Hjson(::serde_hjson::Error);
    }
}