Last active
March 28, 2018 06:10
-
-
Save alex-leonhardt/852a8c9bf285d1e498f1e8c39fdff67d to your computer and use it in GitHub Desktop.
example.json
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
[{ | |
"name": "endpoint1", | |
"endpoint": "https://endpoint-1.example.com" | |
}, | |
{ | |
"name": "endpoint2", | |
"endpoint": "https://endpoint-2.example.com" | |
}, | |
{ | |
"name": "endpoint3", | |
"endpoint": "https://endpoint-3.example.com" | |
}, | |
{ | |
"links": ["link1","link2","link3"] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment