Created
June 11, 2025 16:40
-
-
Save andrenprestes/47693361561d9d07f032ae8dbe2f38b5 to your computer and use it in GitHub Desktop.
accounts.json
This file contains hidden or 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": "ID001", | |
"name": "Ricarth", | |
"lastName": "Lima", | |
"balance": 113.0 | |
}, | |
{ | |
"id": "ID002", | |
"name": "Ana", | |
"lastName": "Silva", | |
"balance": 250.0 | |
}, | |
{ | |
"id": "ID003", | |
"name": "Bruno", | |
"lastName": "Santos", | |
"balance": 75.0 | |
}, | |
{ | |
"id": "ID004", | |
"name": "Carla", | |
"lastName": "Oliveira", | |
"balance": 500.0 | |
}, | |
{ | |
"id": "ID005", | |
"name": "Daniel", | |
"lastName": "Ferreira", | |
"balance": 180.0 | |
}, | |
{ | |
"id": "ID006", | |
"name": "Elisa", | |
"lastName": "Costa", | |
"balance": 320.0 | |
}, | |
{ | |
"id": "ID007", | |
"name": "Fábio", | |
"lastName": "Pereira", | |
"balance": 60.0 | |
}, | |
{ | |
"id": "ID008", | |
"name": "Gabriela", | |
"lastName": "Rodrigues", | |
"balance": 200.0 | |
}, | |
{ | |
"id": "ID009", | |
"name": "Henrique", | |
"lastName": "Martins", | |
"balance": 450.0 | |
}, | |
{ | |
"id": "ID010", | |
"name": "Isabela", | |
"lastName": "Almeida", | |
"balance": 210.0 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment