Created
January 15, 2016 10:21
-
-
Save joeydaly/70561a486f4fe8474be0 to your computer and use it in GitHub Desktop.
Example 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
{ | |
"status":true, | |
"data": | |
[ | |
{"id":"1","display":"melbourne","tag":"victoria"}, | |
{"id":"2","display":"geelong","tag":"victoria"}, | |
{"id":"3","display":"swan hill","tag":"victoria"}, | |
{"id":"4","display":"brisbane","tag":"queensland"}, | |
{"id":"5","display":"gold coast","tag":"queensland"}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment