Last active
January 13, 2020 15:48
-
-
Save matthewpennell/1508701af53e9fe36c1696117919b968 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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