Function conjure_core::parse::model_from_json

source ยท
pub fn model_from_json(
    str: &str,
    context: Arc<RwLock<Context<'static>>>,
) -> Result<Model>