Function krill::commons::util::file::save_json

source ·
pub fn save_json<O: Serialize>(
    object: &O,
    full_path: &Path
) -> Result<(), KrillIoError>
Expand description

Saves an object to json - unwraps any json errors!