Function from_json

Source
pub fn from_json<T: JsJsonDeserialize>(json: JsJson) -> Result<T, String>
Expand description

Deserialize from JsJson to T