pygeodes.utils.io.write_json# pygeodes.utils.io.write_json(content: dict, filepath: str) → None[source]# This functions dumps a dict at a filepath Parameters: contentdictthe dict to dump filepathstrthe filepath to dump to See also load_jsonto read a JSON from a file