Skip to content

Instantly share code, notes, and snippets.

@Ravi61
Created July 13, 2017 18:56
Show Gist options
  • Save Ravi61/8dc27eb73495aade8c010e20d956f0e7 to your computer and use it in GitHub Desktop.
Save Ravi61/8dc27eb73495aade8c010e20d956f0e7 to your computer and use it in GitHub Desktop.
JSON for using enum in parsing
[
{
"spaceship": {
"name": "Imperial shuttle",
"model": "Lambda-class T-4a shuttle"
}
},
{
"planet": "Alderaan"
},
{
"planet": "Dagobah"
},
{
"spaceship": {
"name": "Millennium Falcon",
"model": "YT-1300 light freighter"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment