json_to_file# json_to_file(obj: Any, uri: str) → None[source]# Serialize obj to JSON and upload to uri. Parameters obj (Any) – uri (str) – Return type None