Created
March 24, 2023 17:02
-
-
Save Mcrich23/c9e4bab057488270a95ce5af70e4004e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
"image_url": "https://via.placeholder.com/150", | |
"name": "John Smith", | |
"bridge_location": "Coding Key Bridge", | |
"status": "Active" | |
}, | |
{ | |
"image_url": "https://via.placeholder.com/150", | |
"name": "Jane Doe", | |
"bridge_location": "Coding Key Bridge", | |
"status": "Inactive" | |
}, | |
{ | |
"image_url": "https://via.placeholder.com/150", | |
"name": "Bob Johnson", | |
"bridge_location": "Golden Gate Bridge", | |
"status": "Active" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment