Last active
May 8, 2025 17:34
-
-
Save alexandreJazara/b32f97bdae6f4c35cf7bc71ef54e8020 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": 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