watex.utils.funcutils.fetch_json_data_from_url#

watex.utils.funcutils.fetch_json_data_from_url(url, todo='load')[source]#

Retrieve JSON data from url :param url: Universal Resource Locator . :param todo: Action to perform with JSON:

  • load: Load data from the JSON file

  • dump: serialize data from the Python object and create a JSON file