JTokenUtility.IsNull method

Returns true if the JToken is null or represents null.

public static bool IsNull(this JToken? jToken)

See Also