pub fn load_from_json(path: &Path) -> Result<ParameterSet, SqlError>Expand description
Load parameters from a JSON file (object mapping name → raw string value).
pub fn load_from_json(path: &Path) -> Result<ParameterSet, SqlError>Load parameters from a JSON file (object mapping name → raw string value).