Skip to main content

include_json

Macro include_json 

Source
macro_rules! include_json {
    ($filepath:expr) => { ... };
}
Expand description

Includes and deserialize a JSON-encoded test data file. The file must located under the project’s tests/data folder, relative to the project’s Cargo.toml.