Last active
May 23, 2017 19:06
-
-
Save AnkurVyas-BTC/a2d9f39de29134380747b383464ceeb7 to your computer and use it in GitHub Desktop.
Empty price json
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
data = [ | |
{ | |
"id": 1, | |
"name": "Javascript", | |
"price": 80, | |
"author": "Author-1" | |
}, | |
{ | |
"id": 2, | |
"name": "Ruby", | |
"price": 100, | |
"author": "Author-2" | |
}, | |
{ | |
"id": 3, | |
"name": "JQuery", | |
"price": 0, | |
"author": "Author-3" | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment