Skip to content

Instantly share code, notes, and snippets.

@amlcurran
Created December 19, 2016 11:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save amlcurran/6d174c472e2523be5f9cad7092e1d7ab to your computer and use it in GitHub Desktop.
Save amlcurran/6d174c472e2523be5f9cad7092e1d7ab to your computer and use it in GitHub Desktop.
{
"fruits" : [
{
"name" : "Apple",
"image" : "https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Red_Apple.jpg/265px-Red_Apple.jpg",
"price" : 35
},
{
"name" : "Banana",
"image" : "https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Bananas_white_background_DS.jpg/320px-Bananas_white_background_DS.jpg",
"price" : 12
},
{
"name" : "Grapes",
"image" : "https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Table_grapes_on_white.jpg/320px-Table_grapes_on_white.jpg",
"weight": 0.1,
"price" : 45
},
{
"name" : "Pineapple",
"image" : "https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Pineapple_and_cross_section.jpg/286px-Pineapple_and_cross_section.jpg",
"price" : 200
}
]
}
@hemangsk
Copy link

hemangsk commented May 6, 2019

Thank You!

@Sillians
Copy link

Sillians commented Oct 2, 2022

Thanks

@Tahssinal-Noser
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment