macro_rules! load_static_json { ($path:literal) => { ... }; }
Load a JSON file from the include_str! macro.
include_str!