if let nationalRegistryDate = locationJSON["nationalRegistryDate"].string
                            {
                                location.nrhpDate = formatter.date(from: nationalRegistryDate) as NSDate?
                            }