Macro load_static_json

Source
macro_rules! load_static_json {
    ($path:literal) => { ... };
}
Expand description

Load a JSON file from the include_str! macro.