if let longitude = subJson["location"]["coordinates"][0].double
                            {
                                location.longitude = NSNumber(value: longitude)
                            }