Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Last active May 23, 2017 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnkurVyas-BTC/a2d9f39de29134380747b383464ceeb7 to your computer and use it in GitHub Desktop.
Save AnkurVyas-BTC/a2d9f39de29134380747b383464ceeb7 to your computer and use it in GitHub Desktop.
Empty price json
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