Skip to content

Instantly share code, notes, and snippets.

@matthewpennell
Last active January 13, 2020 15:48
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 matthewpennell/1508701af53e9fe36c1696117919b968 to your computer and use it in GitHub Desktop.
Save matthewpennell/1508701af53e9fe36c1696117919b968 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"name": "Clark Kent",
"balance": 10180.98,
"date": "2019-03-19",
"active": true
},
{
"id": 2,
"name": "Bruce Wayne",
"balance": 3154485.38,
"date": "2019-02-01",
"active": true
},
{
"id": 3,
"name": "Selena Kyle",
"balance": -1236.06,
"date": "2018-12-23",
"active": true
},
{
"id": 4,
"name": "Harvey Dent",
"balance": 656349.64,
"date": "2019-01-31",
"active": false
},
{
"id": 4,
"name": "Two-Face",
"balance": 656349.64,
"date": "2019-05-03",
"active": true
},
{
"id": 5,
"name": "Alfred Pennyworth",
"balance": 1495847.19,
"date": "2016-11-21",
"active": true
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment