mini_json/
lib.rs

1mod json;
2mod parser;
3
4pub use json::parse_from_file;
5pub use json::parse_from_string;