If the property exists, a JToken will be always be returned (even if it has the value null in the JSON). JToken token = jObject["param"]; if (token != null) { ...
確定! 回上一頁