Created
April 28, 2025 15:33
-
-
Save alexandreJazara/255c114916d2cd84239a50d677fa88b1 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