Last active
May 26, 2018 00:35
-
-
Save jgtaveras/201f185aa65f0d7ce64236040d846b63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"Type": 0, | |
"Facility": "911 - Emergency Service", | |
"PhoneNumber": "(212) 872 - 2766" | |
}, | |
{ | |
"Type": 1, | |
"Facility": "Police", | |
"PhoneNumber": "(212) 888 - 2777" | |
}, | |
{ | |
"Type": 2, | |
"Facility": "Electric Company", | |
"PhoneNumber": "(212) 888 - 2777" | |
}, | |
{ | |
"Type": 3, | |
"Facility": "Social Services", | |
"PhoneNumber": "(212) 888 - 2777" | |
}, | |
{ | |
"Type": 4, | |
"Title": "Civil Defense", | |
"PhoneNumber": "(212) 888 - 2777" | |
}, | |
{ | |
"Type": 5, | |
"Facility": "Child Protective Services", | |
"PhoneNumber": "(212) 888 - 2777" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment