Skip to content

Instantly share code, notes, and snippets.

@diek
Created August 23, 2017 18:29
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 diek/f274dc676e407e92e963ffa11a3bebc4 to your computer and use it in GitHub Desktop.
Save diek/f274dc676e407e92e963ffa11a3bebc4 to your computer and use it in GitHub Desktop.
paintings
{
"paintings": {
"painting": [
{
"title": "Boardwalk 5",
"artist": "Arnie Palmer",
"image": "ap1.jpg",
"price": 850
},
{
"title": "A Lasting Piece",
"artist": "Arnie Palmer",
"image": "ap2.jpg",
"price": 450
},
{
"title": "Surf at High Tide",
"artist": "Arnie Palmer",
"image": "ap3.jpg",
"price": 950
},
{
"title": "The Games We Play",
"artist": "Arnie Palmer",
"image": "ap4.jpg",
"price": 850
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment