pub fn write_ledger_to_json<P>( ledger: &Ledger, file_path: P, ) -> Result<(), Error>where P: AsRef<Path>,