Skip to content

Instantly share code, notes, and snippets.

@hughlilly
Last active April 29, 2019 02:37
Show Gist options
  • Save hughlilly/021a8c26a36c715a36ae270cca864c8d to your computer and use it in GitHub Desktop.
Save hughlilly/021a8c26a36c715a36ae270cca864c8d to your computer and use it in GitHub Desktop.
{
"message": "success",
"ships" : [
{
"name": "Limerick",
"horses": 348,
"men": 495
},
{
"name": "Arawa",
"horses": 215,
"men": 1259
},
{
"name": "Star of India",
"horses": 395,
"men": 652
},
{
"name": "Waimana",
"horses": 496,
"men": 1400
},
{
"name": "Ruapehu",
"horses": 244,
"men": 785
},
{
"name": "Hawkes Bay",
"horses": 569,
"men": 930
},
{
"name": "Tahiti",
"horses": 282,
"men": 611
},
{
"name": "Athenic",
"horses": 339,
"men": 1259
},
{
"name": "Maunganui",
"horses": 204,
"men": 528
},
{
"name": "Orari",
"horses": 728,
"men": 269
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment