[][src]Function ommui_file_loading::load_json

pub fn load_json<T, P: AsRef<Path>>(path: P) -> Result<T, Error> where
    T: DeserializeOwned

Load a json data structure from a file.