getJson


Description:

public static JsonValue? getJson (string url)

Sends a GET request and parses the response body as JSON.

Parameters:

url

target URL.

Returns:

parsed JSON value or null on error.