load_json_from_url

load_json_from_url(url: str) dict[str, Any] | None[source]

Load JSON from URL.

Args:

url: URL of the JSON file.

Returns:

Parsed JSON data as a dictionary or None if loading fails.