Created
January 3, 2021 22:13
-
-
Save gianrubio/99e9369dd23864befe9c37b3dd575311 to your computer and use it in GitHub Desktop.
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
{ | |
{ | |
"type": "add", | |
"product": "Coca-Cola", | |
"price": "1.25", | |
"user": "1a0ce7f4", | |
"count": 5 | |
}, | |
{ | |
"type": "remove", | |
"product": "Coca-Cola", | |
"user": "1a0ce7f4", | |
"count": 1 | |
}, | |
{ | |
"type": "add", | |
"product": "Leite 1L", | |
"price" "3", | |
"user": "a5f9a6kn4s", | |
"count": 1 | |
}, | |
{ | |
"type": "add", | |
"product": "Skol Lata", | |
"price" "5.25", | |
"user": "c0abe7a5f9a6", | |
"count": 12 | |
}, | |
{ | |
"type": "add", | |
"product": "Arroz Tio Joao", | |
"price" "1.25", | |
"user": "c0abe7a5f9a6", | |
"count": 1 | |
}, | |
{ | |
"type": "remove", | |
"product": "Arroz Tio Joao", | |
"user": "c0abe7a5f9a6", | |
"count": 1 | |
}, | |
{ | |
"type": "remove", | |
"product": "Skol Lata", | |
"user": "c0abe7a5f9a6", | |
"count": 3 | |
}, | |
{ | |
"type": "remove", | |
"product": "Leite 1L", | |
"user": "a5f9a6kn4s", | |
"count": 1 | |
}, | |
{ | |
"type": "add", | |
"product": "Arroz Tio Joao", | |
"price" "1.25", | |
"user": "1a0ce7f4" | |
}, | |
{ | |
"type": "add", | |
"product": "Carvao 5g", | |
"price" "15", | |
"user": "c0abe7a5f9a6", | |
"count": 3 | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment