Created
May 8, 2025 17:07
-
-
Save alexandreJazara/4df41adde6df94fdce55a767f4170fa6 to your computer and use it in GitHub Desktop.
Loja Online - CRUD
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": 1, | |
"name": "Celular", | |
"price": 1200.75 | |
}, | |
{ | |
"id": 2, | |
"name": "Notebook", | |
"price": 3500.1 | |
}, | |
{ | |
"id": 3, | |
"name": "Tablet", | |
"price": 1500.0 | |
}, | |
{ | |
"id": 4, | |
"name": "Smartphone", | |
"price": 2000.5 | |
}, | |
{ | |
"id": 6, | |
"name": "Smartwatch Apple", | |
"price": 1800.5 | |
}, | |
{ | |
"id": 8, | |
"name": "Monitor", | |
"price": 1200.0 | |
}, | |
{ | |
"id": 9, | |
"name": "Teclado", | |
"price": 200.0 | |
}, | |
{ | |
"id": 10, | |
"name": "Mouse", | |
"price": 100.0 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment