Prior.from_json# classmethod Prior.from_json(json)[source]# Create a Prior from the dictionary format. Deprecated in favor of :function:`pymc_marketing.prior.Prior.from_dict`. Parameters: jsondict[str, Any]The dictionary format of the prior. Returns: PriorThe prior distribution.