Skip to content

Instantly share code, notes, and snippets.

@Ravi61
Last active July 12, 2017 19:38
Show Gist options
  • Save Ravi61/b11196fd959d6cb5f9b2c0d41616ae89 to your computer and use it in GitHub Desktop.
Save Ravi61/b11196fd959d6cb5f9b2c0d41616ae89 to your computer and use it in GitHub Desktop.
Battleship JSON with Array and Objects
{
"name": "Death Star",
"created": "2014-12-10T16:36:50.509000Z",
"url": "http://swapi.co/api/starships/9/",
"films": [
{
"name": "Star Wars: Episode IV – A New Hope",
"director": "George Lucas"
},
{
"name": "Star Wars: Episode VI – Return of the Jedi",
"director": "Richard Marquand"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment