@get


Description:

public JsonValue? @get (string key)

Returns the value for a key in a JSON object.

Parameters:

key

the key to look up.

Returns:

the value or null if not found or not an object.