pub fn model_from_json(str: &str, context: Arc<RwLock<Context<'static>>>) -> Result<Model> {
/// negation to already have been handled as an expression; however, here we do not expect domain
Value::Object(constant) if constant.contains_key("ConstantInt") => parse_constant(constant),