Skip to content

Instantly share code, notes, and snippets.

@joeydaly
Created January 15, 2016 10:21
Show Gist options
  • Save joeydaly/70561a486f4fe8474be0 to your computer and use it in GitHub Desktop.
Save joeydaly/70561a486f4fe8474be0 to your computer and use it in GitHub Desktop.
Example Json
{
"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