Skip to content

Instantly share code, notes, and snippets.

@nerdic-coder
Created May 11, 2018 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerdic-coder/a85b3ac5d8da486ea569b1f36f03f97e to your computer and use it in GitHub Desktop.
Save nerdic-coder/a85b3ac5d8da486ea569b1f36f03f97e to your computer and use it in GitHub Desktop.
db.json
{
"heroes": [
{
"id": 11,
"name": "Mr. Nice"
},
{
"id": 12,
"name": "Narcos"
},
{
"id": 13,
"name": "Bombasto coolio"
},
{
"id": 14,
"name": "Celeritas"
},
{
"id": 15,
"name": "Magneta"
},
{
"id": 16,
"name": "RubberMan"
},
{
"id": 17,
"name": "Dynama"
},
{
"id": 18,
"name": "Dr IQ"
},
{
"id": 19,
"name": "Magma"
},
{
"id": 20,
"name": "Tornado"
},
{
"id": 25,
"name": "Kalle"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment