pub fn load_publishers( filepath: impl AsRef<Path>, ) -> Result<Vec<DatabentoPublisher>>
Loads Databento publishers from a JSON file.
Returns an error if the file cannot be read or parsed as JSON.