if let nrhpDate = subJson["nhrp"].string
                            {
                                location.nrhpDate = DateFormatter().date(from: nrhpDate) as NSDate?
                            }