pub fn load_proposals_from_json(
    path: &Path
) -> Result<HashMap<ProposalId, Value>, Error>