Function arctk::parse::json::load

source · []
pub fn load<T>(path: &Path) -> T where
    for<'de> T: Deserialize<'de>, 
Expand description

Load a type from a JSON file.