您还可以is用来检查是否存在null:
is
if Arr.value(forKey: "maxprice") is NSNull { // do something with null JSON value here }