argopy.stores.httpstore.open_json

argopy.stores.httpstore.open_json#

httpstore.open_json(url: str, **kwargs) Any[source]#

Download and process a json document from an url

Steps performed:

  1. Download from url raw data with httpstore.download_url and then

  2. Create a JSON with json.loads().

Each functions can be passed specifics arguments (see Parameters below).

Parameters:
Return type:

Any