Function json5_from_str

Source
pub fn json5_from_str<'t, T: Deserialize<'t>>(
    s: &'t str,
) -> Result<T, Json5FromStrError>