[][src]Function json_spanned_value::from_str_with_settings

pub fn from_str_with_settings<T: DeserializeOwned>(
    buf: &str,
    settings: &Settings
) -> Result<T>

Read json from an in-memory string, with explicit Settings