Created
February 18, 2017 00:20
-
-
Save gpspake/430ab652287b06f5fd68413432c19bf5 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
{ | |
"contestants": [ | |
{ "id": "111", "name": "john" }, | |
{ "id": "222", "name": "mary" }, | |
{ "id": "333", "name": "dave" } | |
], | |
"winner": {}, | |
"winners": [ | |
{ "id": "444", "name": "joan" }, | |
{ "id": "555", "name": "jake" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment