Created
January 1, 2024 19:46
-
-
Save tushar4303/b5c03bceb6a77fa435f09af5465b68ea to your computer and use it in GitHub Desktop.
contacts.json
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
[ | |
{ | |
"name": "Academics", | |
"contacts": [ | |
{"name": "Professor 1", "phoneNumber": "111-111-1111", "position": "Assistant Professor"}, | |
{"name": "Professor 2", "phoneNumber": "222-222-2222", "position": "Associate Professor"}, | |
{"name": "Professor 3", "phoneNumber": "333-333-3333", "position": "Professor"} | |
] | |
}, | |
{ | |
"name": "Emergency", | |
"contacts": [ | |
{"name": "Emergency Services", "phoneNumber": "911", "position": "Emergency Services Coordinator"}, | |
{"name": "Security Office", "phoneNumber": "555-555-5555", "position": "Security Officer"} | |
] | |
}, | |
{ | |
"name": "Administration", | |
"contacts": [ | |
{"name": "Admin 1", "phoneNumber": "444-444-4444", "position": "Admin Coordinator"}, | |
{"name": "Admin 2", "phoneNumber": "555-555-5555", "position": "Admin Officer"} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment