Created
December 24, 2015 22:24
-
-
Save trueshizus/04376b857cf8cc8c69b8 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"products": [ | |
{ | |
"id": "1", | |
"description": "product 1", | |
"price": "10" | |
}, | |
{ | |
"id": "2", | |
"description": "product 2", | |
"price": "5" | |
}, | |
{ | |
"id": "3", | |
"description": "product 3", | |
"price": "15" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment