pub fn from_json<T: DeserializeOwned>(s: &str) -> Result<T>
Deserialize a transformer from a JSON string.