I am currently working on an app which brings back json, in the following format
\"location_subtype\" = \"somevalue\"; \"location_type\" = Force;
in case you are using Alamofire and JSONSubscriptType use this:
if !(parsedJSON["someKey"] == JSON.null) { //do your stuff }